Re: [Puppet Users] Help with defining users and groups on hosts

2010-09-07 Thread denmat
replying to my own post so that anyone that has a similar issue can benefit: So if I had a class called buildManagers that I wanted to have different groups to the default set I would do the following: class buildOperators inherits buildManagers { realize ( Group ["some_default_virt_group", "ex

[Puppet Users] Help with defining users and groups on hosts

2010-08-16 Thread denmat
Hi list, I am familiar with virt_users and virt_groups but thought it might be easier in our environment to describe our users on our node like shown here: http://itand.me/using-puppet-to-manage-users-passwords-and-ss To that end I changed things a bit and have the following code: /etc/puppet/m