[Puppet Users] Re: How to handle predictable network interface names

2016-08-31 Thread Luke Bigum
On Saturday, 27 August 2016 18:51:09 UTC+1, Marc Haber wrote: > > On Fri, Aug 26, 2016 at 08:40:49AM -0700, Luke Bigum wrote: > > My Dell XPS 13, 2016 model: > > > > /sys/class/net/docker0 > > /sys/class/net/enp0s20u1u3i5 > > E: ID_NET_NAME_MAC=enx9cebe824ebee > > E: ID_NET_NAME_PATH=enp0s2

[Puppet Users] Purging files by wildcard? Why doesn't 'tidy' have a purge attribute?

2016-08-31 Thread pokemon . master . metallic
I'm on puppet 4.3.2 and having a difficult time trying to remove *unmanaged* files that follow a wildcard. There are two options for removing files: - The file resource, with an 'ignore' attribute and a purge attribute. Ignore works well when you know the list of files you *don't* w

[Puppet Users] A resource in class of post stage is getting executed before main stage.

2016-08-31 Thread Afroz Hussain
Hi All, I have a class with stage='post-10' that mean that has to executed after main stage but a resource of that class getting executed twice that is before main and after. example code as shown: appneta::nodejs ( $stage = "post-10", ) { exec { 'install_agent': } -> App

Re: [Puppet Users] A resource in class of post stage is getting executed before main stage.

2016-08-31 Thread Lowe Schmidt
Can you please show us the code for the class appneta::updatejs -- Lowe Schmidt | +46 723 867 157 On 31 August 2016 at 18:38, Afroz Hussain wrote: > Hi All, > > I have a class with stage='post-10' that mean that has to executed after > main stage but a resource of that class getting executed tw

Re: [Puppet Users] Puppet web server stops after being started

2016-08-31 Thread Jeremy Barlow
It sounds like you may have defined a setting called 'ssl-cert' with a literal value of '/path/to/master.pem' in your /etc/puppetlabs/puppetserver/conf.d/webserver.conf file. Maybe this was done following the instructions for "External CA Configuration" from this page