Skip to content

Commit 36247f9

Browse files
committed
puppetserver_gem provider: add debugging
1 parent abb5cb0 commit 36247f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/puppet/provider/package/puppetserver_gem.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ def self.execute_rubygems_list_command(command_options)
163163

164164
# Remove the 'gem' from the command_options
165165
command_options.shift
166+
Puppet.debug("puppetserver_gem provider: command_options: #{command_options}")
167+
Puppet.debug("puppetserver_gem provider: gem_env: #{gem_env}")
166168
gem_out = execute_gem_command(Puppet::Type::Package::ProviderPuppet_gem.provider_command, command_options, gem_env)
167169

168170
# There is no method exclude default gems from the local gem list,

0 commit comments

Comments
 (0)