[Puppet Users] Re: Controlling gconf values

2009-02-23 Thread Paul Nasrat
> > It all seems a little verbose. Any suggestions on how to improve this? > Maybe trying to puppet manage gconf entries is a bad idea? It's been a while since I've looked at automated configuring gnome, but I think the upstream suggested way to do this would be to use Sabayon to create and apply

[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

[Puppet Users] Re: Controlling gconf values

2009-02-20 Thread Mike Renfro
On 2/20/2009 4:52 PM, Brad Dixon wrote: > Hello: > > 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": > command => "/bin/su $user -c '/usr/bin/