BTW, what is the necessary output for the status command on a base service
provider to make puppet realize the service is up or not? Cause right now it
ALWAYS find that the service is not running, with a small script like this:

#!/bin/bash

. /etc/webinstances/uno/envvars
if [ -f $APACHE_PID_FILE ]; then
        echo "Running:("`cat $APACHE_PID_FILE`")"
else
        echo "Not Running"
fi


Best regards,
------------------------------

Jesús Couto F.
--
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