[Puppet Users] Re: Changing parameters for default/global classes inside a role

2016-07-17 Thread David Bell
Many thanks for your reply Gavin. I have basically gone down this route in my thinking too, except rather than use a fact, I will set up our ENC (a custom ENC we've written) to set a global variable 'role' which can then be used to drive the hiera hierarchy. A fact would mean we would have to

[Puppet Users] Changing parameters for default/global classes inside a role

2016-07-17 Thread David Bell
ole doesn't define them (i.e. with specific parameters). I'm pretty sure Heira was created to avoid this, and yet it seems the only in-puppet-code option I can think of. Any help and advice would be much appreciated. Cheers, David Bell University of Southampton -- You received

[Puppet Users] Re: Puppet Dashboard 1.2.23 issue deleting node

2013-04-23 Thread David Bell
I am also experiencing this error with Puppet Dashboard 1.2.23. On Friday, 5 April 2013 08:58:53 UTC+1, Stefan Heijmans wrote: > > Hello, > > we run Puppet Dashboard 1.2.23 in our sandbox and get an error deleting a > node. > - first time we press the delete button nothing happens > - second ti

[Puppet Users] Puppet equivilent to "adduser [user] [group]"

2012-08-21 Thread David Bell
Hi there. I am trying to add an existing user (set up by a package during installation) to a group set up by another package during its installation. So both the group and the user all ready exist. I want the group to be added as an ADDITIONAL group, not to replace the users originally assigne