24674278 swift puppet module still defines a File dependency with no file entries
authorDrew Fisher <drew.fisher@oracle.com>
Fri, 16 Sep 2016 07:20:38 -0700
changeset 6917 6936cd289acf
parent 6916 7da0a841939c
child 6918 5fc9b45c15e5
24674278 swift puppet module still defines a File dependency with no file entries
components/ruby/puppet-modules/openstack-swift/patches/03-init.patch
--- a/components/ruby/puppet-modules/openstack-swift/patches/03-init.patch	Fri Sep 16 07:22:31 2016 -0700
+++ b/components/ruby/puppet-modules/openstack-swift/patches/03-init.patch	Fri Sep 16 07:20:38 2016 -0700
@@ -12,7 +12,7 @@
  # Install and configure base swift components
  #
  # == Parameters
-@@ -85,27 +89,6 @@ class swift(
+@@ -85,29 +89,6 @@ class swift(
      ensure => $client_package_ensure;
    }
 
@@ -37,6 +37,8 @@
 -    ensure => file,
 -  }
 -
-   File['/etc/swift/swift.conf'] -> Swift_config<||>
-
+-  File['/etc/swift/swift.conf'] -> Swift_config<||>
+-
    swift_config {
+     'swift-hash/swift_hash_path_suffix': value => $swift_hash_path_suffix_real;
+     'swift-hash/swift_hash_path_prefix': value => $swift_hash_path_prefix;