]> git.pld-linux.org Git - packages/chef.git/blob - platform-pld.patch
update poldek patch: keep update indexes hash per options
[packages/chef.git] / platform-pld.patch
1 --- chef-11.6.0/lib/chef/platform/provider_mapping.rb~  2013-08-18 18:21:27.000000000 +0300
2 +++ chef-11.6.0/lib/chef/platform/provider_mapping.rb   2013-08-18 18:25:27.133441297 +0300
3 @@ -173,6 +173,15 @@
4                :ifconfig => Chef::Provider::Ifconfig::Redhat
5              }
6            },
7 +          :pld => {
8 +            :default => {
9 +              :service => Chef::Provider::Service::Redhat,
10 +              :cron => Chef::Provider::Cron,
11 +              :package => Chef::Provider::Package::Poldek,
12 +              :mdadm => Chef::Provider::Mdadm,
13 +              :ifconfig => Chef::Provider::Ifconfig::Redhat # TODO: PLD config path needed
14 +            }
15 +          },
16            :suse     => {
17              :default => {
18                :service => Chef::Provider::Service::Redhat,
This page took 0.021595 seconds and 3 git commands to generate.