summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package.rb
Commit message (Collapse)AuthorAgeFilesLines
* CHEF-4849: Implement `#response_file_variables` in Package resourcePeter Fern2013-12-201-0/+1
| | | | | | | | Now that Chef properly supports a package `response_file` using `Chef::Resource::Template`, the Package resource should implement the `response_file_variables` method so that variables do not have to exist as node attributes (eg - for seeding DB passwords for configuration files generated by packages).
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
|
* Remove deprecated method usage from package providerdanielsdeleo2013-08-021-13/+23
| | | | | | Instead of using internal methods to trigger a template load and rescuing the resulting error when a template is not found, query the run context to determine if the cookbook has a given template.
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+229
| | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!
* big refactor of the repo layout. move to a chef gem and a chef-server gem ↵Ezra Zygmuntowicz2008-10-081-105/+0
| | | | all with proper deps
* Lets log a little earlier, shall we?Adam Jacob2008-10-071-4/+4
|
* Purge action should take the pacakge_nameAdam Jacob2008-09-081-1/+1
|
* Should use the resource name for removalAdam Jacob2008-09-081-1/+1
|
* Refactoring to support a base package class, that package providers can ↵Adam Jacob2008-09-081-0/+105
inherit from