aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-20 14:43:09 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-20 14:43:09 -0200
commita23b6a0c5828dcaaaf6c424c6251f4c73ee77f1d (patch)
tree9bb1770b07d973ed727d53bac52d1055de14b30f /files
parent49c44668c835013a88e067e0af588d0005fe2d01 (diff)
downloadpuppet-bootstrap-a23b6a0c5828dcaaaf6c424c6251f4c73ee77f1d.tar.gz
puppet-bootstrap-a23b6a0c5828dcaaaf6c424c6251f4c73ee77f1d.tar.bz2
TODO: apply patches
Diffstat (limited to 'files')
-rw-r--r--files/patches/puppet-stack-level-trusty.patch8
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.