vagrant/plugins/provisioners
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
..
chef Fix old channel usage on chef client provisioner 2012-10-26 16:39:51 -07:00
puppet Omit empty lines in Puppet provisioner output 2012-10-30 11:24:10 +00:00
shell Whitespace and such 2012-10-12 19:51:25 -07:00