]> git.pld-linux.org Git - packages/chef.git/commitdiff
use /var/lib/chef as backup path to match other platforms auto/th/chef-11.6.0-2
authorElan Ruusamäe <glen@delfi.ee>
Thu, 19 Sep 2013 08:53:03 +0000 (11:53 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 19 Sep 2013 08:53:03 +0000 (11:53 +0300)
https://github.com/opscode-cookbooks/chef-client/blob/2.2.4/attributes/default.rb#L59

FHS.patch
chef.spec

index d99cc188cb442d5152e7ade7f88fafcdf4b2bdde..14c2e941aaf7f5441e8e68a8ca566b89154db7c8 100644 (file)
--- a/FHS.patch
+++ b/FHS.patch
@@ -38,7 +38,7 @@
  
      # Where backups of chef-managed files should go
 -    file_backup_path platform_specific_path("/var/chef/backup")
-+    file_backup_path platform_specific_path("/var/lib/chef/backup")
++    file_backup_path platform_specific_path("/var/lib/chef")
  
      ## Daemonization Settings ##
      # What user should Chef run as?
index 9979b68d232e81e607d7472c708cdc6c6930ef3c..bb18590cc3637c069f7fde9fa7dbf09737930444 100644 (file)
--- a/chef.spec
+++ b/chef.spec
@@ -5,7 +5,7 @@
 Summary:       A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
 Name:          chef
 Version:       11.6.0
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Development/Languages
 Source0:       http://rubygems.org/downloads/%{name}-%{version}.gem
This page took 0.039973 seconds and 4 git commands to generate.