[Puppet Users] Re: Server Groups - How to ?

2014-02-21 Thread Kaito Kumashiro
On Wednesday, 19 February 2014 11:57:59 UTC+1, kaustubh chaudhari wrote: > > I wish to group Windows server and Linux server in Windows server group > and Linux server group respectively. > Is there a way to do that for more that 3000 servers ? adding individual > will be tedious job. > I see two

[Puppet Users] Re: Style and Formatting Best Practice

2014-02-21 Thread Kaito Kumashiro
On Thursday, 20 February 2014 23:51:07 UTC+1, Charles McLaughlin wrote: > > class foo { > package { 'bar': > requires => [ > File[1], > File[2] > ] > This format makes changes a bit easier. For example, when you want to remove one or more File(s) in Vim ('dd'). Last array ele