[Puppet Users] Re: Facter - the future - your input needed

2009-02-21 Thread Trevor Vaughan
I'd vote for the push to Marshal over YAML since Marshal appears to be nothing more than a serialized instance of a data structure. There should definitely be a way to pass arrays though. I'm currently getting around that by using a comma separated string and running a 'split' on any facts that

[Puppet Users] Re: How to force virtual resource collection?

2009-02-21 Thread Brice Figureau
On 21/02/09 1:06, Jeff Palmer wrote: > Hello! > > I am currently running puppet 0.24.4 on ubuntu, and I am using the > nagios types to automatically generate services and hosts as servers > are stopped and started at EC2. I am currently deleting host entries > from the stored config DB when a ser

[Puppet Users] Re: Controlling gconf values

2009-02-21 Thread Marcin Owsiany
On Fri, Feb 20, 2009 at 05:52:09PM -0500, Brad Dixon wrote: > I'd like to ensure that I've set-up various gconf settings for users. > I cobbled together this little sad definition: > > define gconf($type, $value, $user) { > exec{"set $name to $value": You probably want "set $name to $value