[Puppet Users] Re: Could not request certificate: Error 405 on SERVER

2015-04-09 Thread Jake Dupuy
I had the same issue. /etc/selinux/config to SELINUX=permissive fixed my issue. On Tuesday, August 12, 2014 at 8:08:20 PM UTC-5, Patrick Robinson wrote: I had a similar error getting 405. I found I hadn't set the PassengerRoot directory correctly in the puppetmaster vhost config:

[Puppet Users] Could not back up file: Got passed new contents for sum

2015-04-09 Thread Arkandel
Hello everyone, I had a question I was hoping someone might have an answer to. Essentially what I'm doing is try to ensure I'm always using a fixed, slightly older version of phpunit, which I've placed in my module's file resources. The manifest: file {

Re: [Puppet Users] Running a daemon only during certain hours of the day

2015-04-09 Thread Dan White
What about setting the state of the service based on clock time ? It would depend on how often puppet runs. The cron suggestion would complement this in a nice belt-and-suspenders solution. “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that

Re: [Puppet Users] Running a daemon only during certain hours of the day

2015-04-09 Thread Peter Bukowinski
On Apr 9, 2015, at 1:26 AM, Gabriel Filion gabs...@lelutin.ca wrote: Hello, A client of mine needs to be able to control which hours during the day a certain daemon is running and which hours it is not. So far I can think of hiera for controlling the on/off periods + some math magic to

Re: [Puppet Users] Running a daemon only during certain hours of the day

2015-04-09 Thread Chad Huneycutt
I am not necessarily condoning this, but puppet has a schedule metaparameter that can control when a resource may be managed. That would solve half the problem. You could probably manage it in the other state using the same trick, but you have to trick puppet by giving the resource another name.

[Puppet Users] Re: Best approach to creating wrapper classes

2015-04-09 Thread jcbollinger
On Wednesday, April 8, 2015 at 4:33:41 PM UTC-5, Scott Jaffa wrote: John, Thanks for the detailed reply. While we aren't in agreement on some of the finer points, it is moot as you've made it quite clear that the listed approaches won't work at a technical level. Stepping back, can you

Re: [Puppet Users] Running a daemon only during certain hours of the day

2015-04-09 Thread Gabriel Filion
On 09/04/15 02:01 AM, Peter Bukowinski wrote: On Apr 9, 2015, at 1:26 AM, Gabriel Filion gabs...@lelutin.ca wrote: A client of mine needs to be able to control which hours during the day a certain daemon is running and which hours it is not. So far I can think of hiera for controlling the

[Puppet Users] PuppetConf 2015 Call For Proposals open

2015-04-09 Thread Nigel Kersten
TL;DR: go to http://puppetconf.com to find out details about PuppetConf and submit a talk proposal, as submissions are now open. This year PuppetConf is coming back to Portland, Oregon, and I'm really excited to have the conference come back to the home of Puppet Labs HQ. It's on Oct 5-9 this

Re: [Puppet Users] Running a daemon only during certain hours of the day

2015-04-09 Thread Peter Kristolaitis
On 04/09/2015 03:12 PM, Gabriel Filion wrote: Puppet is really good at managing steady states. Why not have puppet manage cron entries responsible for starting and stopping the daemon? A custom fact could be used to return the current on/off state (accurate as of the last puppet run, or

[Puppet Users] Re: Classifying nodes with PE results in 303

2015-04-09 Thread Henk-Jan Castermans
Btw. I tried the same thing in Puppet Enterprise by using the Learning VM but the result was the same.. puppet node classify --node-group default --enc-auth-passwd learningpuppet--enc-auth-user admin --enc-server localhost --enc-port 443 --insecure learning.puppetlabs.vm Warning: List nodes