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?

-- 
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