I have an exec defined as

exec {"dpkg --configure -a":
   path => "/usr/bin:/bin",
   user => root
}

puppet complains:

Exec[dpkg --configure -a]/returns: change from notrun to 0 failed: dpkg
--configure -a returned 2 instead of one of [0]

but when I run dpkg --configure -a outside puppet it returns 0.

Has anyone ever seen this before or have any insights?

thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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