vagrant/plugins/provisioners/puppet/provisioner
Dan Carley fec9410814 Omit empty lines in Puppet provisioner output
The sudo() block and/or the Puppet provisioner often returns newline
characters as separate strings. This makes the chomp() ineffective and
results in extraneous spacing between the output lines.

Separate out the call to chomp() so that we only do it once. Then only
output info if that line is not an empty string.
2012-10-30 11:24:10 +00:00
..
puppet.rb Omit empty lines in Puppet provisioner output 2012-10-30 11:24:10 +00:00
puppet_server.rb Omit empty lines in Puppet provisioner output 2012-10-30 11:24:10 +00:00