Re: [Puppet Users] Duplicate declaration

2018-09-07 Thread 'Dan White' via Puppet Users
Separate the client base directory resource from the application directory resource. When declaring each application directory, add a “require” parameter with a value of the client base directory. "Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is

[Puppet Users] Duplicate declaration

2018-09-07 Thread Ugo Bellavance
Hi, I have made a module, a long time ago, that allows me to create directories and httpd config files. My pattern is /var/www/dev/$devuser/$clientname/$appname/ It worked perfectly until I ended up having more than one $appname for the same $clientname. Here's the error message I get:

Re: [Puppet Users] MCollective security

2018-09-07 Thread R.I.Pienaar
On Fri, 7 Sep 2018, at 10:58, Sergey Arlashin wrote: > Hi! > > Not long ago we started using MCollective to trigger Puppet runs and > execute maintenance shell commands on our servers. Everything looks good > so far. But I'm concerned about MC security model. > > For the middleware we are

[Puppet Users] MCollective security

2018-09-07 Thread Sergey Arlashin
Hi! Not long ago we started using MCollective to trigger Puppet runs and execute maintenance shell commands on our servers. Everything looks good so far. But I'm concerned about MC security model. For the middleware we are using RabbitMQ. We authenticate MCollective servers against RabbitMQ