diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/patches/puppet-stack-level-trusty.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/patches/puppet-stack-level-trusty.patch b/files/patches/puppet-stack-level-trusty.patch index 3521dd9..1d112f7 100644 --- a/files/patches/puppet-stack-level-trusty.patch +++ b/files/patches/puppet-stack-level-trusty.patch @@ -1,8 +1,8 @@ ---- resource.rb.orig 2015-10-19 17:19:13.500193213 -0200 -+++ resource.rb 2015-10-19 17:19:58.972194943 -0200 +--- /usr/lib/ruby/vendor_ruby/puppet/rails/resource.rb.orig 2015-10-19 17:19:13.500193213 -0200 ++++ /usr/lib/ruby/vendor_ruby/puppet/rails/resource.rb 2015-10-19 17:19:58.972194943 -0200 @@ -84,7 +84,11 @@ end - + def [](param) - super || parameter(param) + if param == 'id' @@ -11,5 +11,5 @@ + super || parameter(param) + end end - + # Make sure this resource is equivalent to the provided Parser resource. |