I have also posted this q at 
SO: 
http://stackoverflow.com/questions/13268846/how-to-configure-puppet-so-that-it-installs-yum-repos-with-debug-mode

Quote:

When i run *puppet apply*, it tries to install packages using the following 
command:

/usr/bin/yum -d 0 -e 0 -y install couchdb-1.2.0-7.el6

How can i configure so that it runs it as following instead:

/usr/bin/yum -y install couchdb-1.2.0-7.el6

That is, without removing the debug logs?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/JT15Gy8ZsegJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to