aboutsummaryrefslogtreecommitdiff
path: root/files/patches/focal/puppet-silence-ruby-deprecation-warnings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'files/patches/focal/puppet-silence-ruby-deprecation-warnings.patch')
-rw-r--r--files/patches/focal/puppet-silence-ruby-deprecation-warnings.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/patches/focal/puppet-silence-ruby-deprecation-warnings.patch b/files/patches/focal/puppet-silence-ruby-deprecation-warnings.patch
new file mode 100644
index 0000000..a1d8c10
--- /dev/null
+++ b/files/patches/focal/puppet-silence-ruby-deprecation-warnings.patch
@@ -0,0 +1,10 @@
+--- /usr/bin/puppet.orig 2021-04-27 13:50:28.100655437 -0300
++++ /usr/bin/puppet 2021-04-27 13:50:50.576789022 -0300
+@@ -1,6 +1,7 @@
+ #!/usr/bin/ruby
+
+ begin
++ $VERBOSE = nil
+ require 'puppet/util/command_line'
+ Puppet::Util::CommandLine.new.execute
+ rescue LoadError => e