Hi there,

I've been playing with puppet for a couple of weeks (So, I'm still quite a
newbie at it) and there is something I just can't seem to be able to fix.
I'm trying to have puppet manage daemontools service. Following the
documentation <http://docs.puppetlabs.com/guides/types/service.html>, I
added this in my puppet configuration:

class run_kuhmiho_service {   service { "puppet/$package":
<http://localhost:8000/rev/e823d59610e4#l1.13> provider =>
"daemontools",    <http://localhost:8000/rev/e823d59610e4#l1.14>ensure
=> "running",}


But, when the puppet tries to apply this configuration, I got : err: Could
not create puppet/ws-auth-0.1.0-SNAPSHOT: Parameter provider failed: Invalid
service provider 'daemontools'

Both puppetmaster and puppet are using a 0.25.x version of puppets and
support for 'daemontools' seems to have been added for those according to
the changelog. Any clues ? Did anyone on this list, tried and successfully
used daemontools with puppet ? Is this version "good enoug" or should I used
a more recent one ?

-- 
Romain PELISSE,
*"The trouble with having an open mind, of course, is that people will
insist on coming along and trying to put things in it" -- Terry Pratchett*
http://belaran.eu/

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