Hi all,

I'm running puppet agent as a onetime process.  I would expect, if it can't 
create the pid file, that it would exit non-zero.  However, it seems to exit 
zero.  Is there any way to change this?  I'd like to know if it couldn't run, 
and it seems that this is an error.

[root@db1r1 ~]# puppet agent --onetime --detailed-exitcodes
[root@db1r1 ~]# puppet agent --onetime --detailed-exitcodes
Could not prepare for execution: Could not create PID file: 
/var/run/puppet/agent.pid
[root@db1r1 ~]# echo $?
0

Any thoughts?
-Stephanie

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
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