vagrant/plugins/provisioners/puppet
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
..
provisioner Omit empty lines in Puppet provisioner output 2012-10-30 11:24:10 +00:00
plugin.rb Fix typo to make puppet provisioners work again 2012-07-25 15:11:01 -07:00