cookbook 'dry-run', '= 0.0.2'
dry-run (3) Versions 0.0.2 Follow2
run chef templates in dryrun mode
cookbook 'dry-run', '= 0.0.2', :supermarket
knife supermarket install dry-run
knife supermarket download dry-run
DESCRIPTION
run chef tempaltes in dryrun mode
USAGE
include_recipe 'dry-run'
dry_run_template "/home/user/file.conf" do
source "file.erb"
mode '0644'
owner 'root'
group 'root'
end
PARAMETERS
well, this is chef definition so you can pass some
parametes here:
source
mode
owner
group
see explanations for them in http://wiki.opscode.com/display/chef/Resources#Resources-Template
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.