diff options
Diffstat (limited to 'files/patches/trusty')
-rw-r--r-- | files/patches/trusty/puppet-stack-level.md | 3 | ||||
-rw-r--r-- | files/patches/trusty/puppet-stack-level.patch | 15 |
2 files changed, 0 insertions, 18 deletions
diff --git a/files/patches/trusty/puppet-stack-level.md b/files/patches/trusty/puppet-stack-level.md deleted file mode 100644 index 9a3f4d7..0000000 --- a/files/patches/trusty/puppet-stack-level.md +++ /dev/null @@ -1,3 +0,0 @@ -# Puppet stack level patch - -* [Puppet master fails with 'stack level too deep' error when storeconfigs = true](https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1313595). diff --git a/files/patches/trusty/puppet-stack-level.patch b/files/patches/trusty/puppet-stack-level.patch deleted file mode 100644 index 1d112f7..0000000 --- a/files/patches/trusty/puppet-stack-level.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- /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' -+ super -+ else -+ super || parameter(param) -+ end - end - - # Make sure this resource is equivalent to the provided Parser resource. |