On 2011-12-08 15:30 , David Alden wrote:
> Hi,
>   I wrote a small func module that installs and configures func.  The problem 
> I'm having is that the service type isn't properly starting the service.  I 
> have the following:
> 
> class func::service {
> 
>   Service {
>     enable => true,
>     ensure => running,
>     hasrestart => true,
>     hasstatus => true,
>     require => Class["func::config"]
>   }
> 
>   service {
>     "funcd": ;
>   }
> }
> 
> 
> If funcd isn't running, puppet doesn't start it.  I checked the funcd service 
> script and it looks correct (if you do "service funcd status" it returns 
> "funcd is not running" and the exit status is 3).  Any ideas?
> 

What distro are you on? Is funcd an upstart script?  What happens if you
do `/etc/init.d/funcd status`?

-- 
Jacob Helwig
http://technosorcery.net/about/me

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to