aboutsummaryrefslogtreecommitdiff
path: root/files/patches/focal/puppet-silence-ruby-deprecation-warnings.patch
blob: a1d8c10228f842be7bbdc955143618583985771a (plain)
1
2
3
4
5
6
7
8
9
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