Re: [Puppet Users] duplicate resource with inherit and puppet apply

2016-10-03 Thread Henrik Lindberg
On 03/10/16 15:48, jcbollinger wrote: On Friday, September 30, 2016 at 2:03:06 PM UTC-5, Toni Schmidbauer wrote: Henrik Lindberg > writes: > On 28/09/16 14:30, Toni Schmidbauer wrote: > I tried this on latest puppet: > > === test.pp > class test::subclass {} > clas

[Puppet Users] Re: Issue with lvm, "Invalid parameter unless_vg(:unless_vg)"

2016-10-03 Thread Thomas Müller
Am Montag, 3. Oktober 2016 14:36:22 UTC+2 schrieb Stephen O'Kane: > > Hi, >I keep getting this error when running a installation using puppet. > > Physical_volume[/dev/disk/by-id/virtio-6c2cd884-c21b-4bff-b-part1]: Could > not evaluate: Invalid parameter unless_vg(:unless_vg) > > My underst

Re: [Puppet Users] duplicate resource with inherit and puppet apply

2016-10-03 Thread jcbollinger
On Friday, September 30, 2016 at 2:03:06 PM UTC-5, Toni Schmidbauer wrote: > > Henrik Lindberg > writes: > > > On 28/09/16 14:30, Toni Schmidbauer wrote: > > I tried this on latest puppet: > > > > === test.pp > > class test::subclass {} > > class test inherits test::subclass { > > notify

[Puppet Users] Issue with lvm, "Invalid parameter unless_vg(:unless_vg)"

2016-10-03 Thread Stephen O'Kane
Hi, I keep getting this error when running a installation using puppet. Physical_volume[/dev/disk/by-id/virtio-6c2cd884-c21b-4bff-b-part1]: Could not evaluate: Invalid parameter unless_vg(:unless_vg) My understanding is that unless_vg is an optional parameter in lvm. The call that is failing

[Puppet Users] Validation of File Issue

2016-10-03 Thread James Denton
Hi I have around 20 servers using puppet. I recently made a change to a module that adds an sshd_config file. Originally this was shipped to servers as a file however i swapped it over to become a template as a few of a servers required an addition to sshd_config. When puppet agent was run all