Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
benh57 committed Apr 12, 2015
1 parent e2c68fc commit 3ee47ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/provisioners/puppet/provisioner/puppet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def puppet_binary_path(binary)
end

def verify_binary(binary)
puts "verify_binary: #{binary}"
if !machine.communicate.test("sh -c 'command -v #{binary}'")
@config.binary_path = "/opt/puppetlabs/bin"
@machine.communicate.sudo(
Expand Down

0 comments on commit 3ee47ac

Please sign in to comment.