]> git.pld-linux.org Git - packages/chef.git/commitdiff
fix group resource handling (same fix as for suse) auto/th/chef-11.12.2-2
authorElan Ruusamäe <glen@delfi.ee>
Sat, 3 May 2014 14:15:13 +0000 (17:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 3 May 2014 14:15:13 +0000 (17:15 +0300)
chef.spec
platform-pld.patch

index 48b65daab42182b8436f95771d306375fb679591..e754164aeeecee2cda06ecd6a01a9420a38d4464 100644 (file)
--- a/chef.spec
+++ b/chef.spec
@@ -7,7 +7,7 @@
 Summary:       A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
 Name:          chef
 Version:       11.12.2
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Networking/Admin
 Source0:       http://rubygems.org/downloads/%{name}-%{version}.gem
index 5bf207e6184b4d36bd056d52b56ebc4b360f9390..13fd9bdebfade6778cb102b1dfb3af0d53395475 100644 (file)
@@ -1,7 +1,7 @@
---- chef-11.6.0/lib/chef/platform/provider_mapping.rb~ 2013-08-18 18:21:27.000000000 +0300
-+++ chef-11.6.0/lib/chef/platform/provider_mapping.rb  2013-08-18 18:25:27.133441297 +0300
-@@ -173,6 +173,15 @@
-               :ifconfig => Chef::Provider::Ifconfig::Redhat
+--- chef-11.12.2/lib/chef/platform/provider_mapping.rb 2014-05-03 16:17:20.832320849 +0300
++++ chef-11.12.2/lib/chef/platform/provider_mapping.rb 2014-05-03 16:16:41.990604626 +0300
+@@ -185,6 +185,16 @@
+               :group => Chef::Provider::Group::Usermod
              }
            },
 +          :pld => {
@@ -10,7 +10,8 @@
 +              :cron => Chef::Provider::Cron,
 +              :package => Chef::Provider::Package::Poldek,
 +              :mdadm => Chef::Provider::Mdadm,
-+              :ifconfig => Chef::Provider::Ifconfig::Redhat # TODO: PLD config path needed
++              :ifconfig => Chef::Provider::Ifconfig::Redhat, # TODO: PLD config path needed
++              :group => Chef::Provider::Group::Usermod,
 +            }
 +          },
            :suse     => {
This page took 0.057354 seconds and 4 git commands to generate.