DUMMY policy-rc.d management.
Chef ~> 12 or ~> 13 is required. Otherwise provision will fail.
Sets and installs scripts and directory. It's mandatory to include this recipe
before using policyrcd resource.
default['devopsdance-policyrcd']['dir']Configuration directory path. It's a place where all service policies are kept.
Actions
:create(default action) Creates new configuration.:deleteRemoves given configuration.
Parameters
exit_code
Examples
include_recipe 'devopsdance-policyrcd::default'
policyrcd 'apache2' do
exit_code 101
action :create
end