Puppet 3 Cookbook Quotes

Rate this book
Clear rating
Puppet 3 Cookbook Puppet 3 Cookbook by John Arundel
45 ratings, 3.91 average rating, 7 reviews
Open Preview
Puppet 3 Cookbook Quotes Showing 1-1 of 1
“but still doesn't do what we wanted. In that case, how can you see the command output? You can use the logoutput attribute. How to do it… Follow these steps in order to log command output: Define an exec resource with the logoutput parameter as shown in the following code snippet: exec { 'misbehaving-command':   command   => '/bin/cat /etc/hostname',   logoutput => true, }”
John Arundel, Puppet 3 Cookbook