Re: [Puppet Users] Detection of appropriate 'service' provider

2018-03-28 Thread Dave F
Thanks for the hint David, but still stuck.. The relevant output from the gentoo box is: Debug: Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist Debug: Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist Debug: Puppet::Type::Service::Provide

[Puppet Users] Detection of appropriate 'service' provider

2018-03-27 Thread Dave F
I'm using puppet to look after a mix of raspbian and gentoo OS's. This is going pretty well so far - but I've hit an annoying issue that on the Gentoo OS, I'm seeing this: Warning: Found multiple default providers for service: init, systemd; using init which is annoying because my gentoo box

[Puppet Users] Dynamic file content

2017-11-17 Thread Dave F
Hi I'm pretty new to puppet and am still learning, so apologies for what is probably a daft question.. I'm using puppet to deploy tomcat, and as part of this I need to dynamically edit an XML file based on data passed to the class from heira. I'm doing this by a) using a file resource to put

[Puppet Users] Dynamic file content?

2017-11-17 Thread Dave F
Hi, I'm fairly new to puppet and am working my way through various approaches to problems - probably doing them in all the worst possible ways... One thing I'm currently trying to do is configure an application using heira and puppet. The application comes with a selection of default template