Re: [Puppet-dev] [PATCH/puppet 1/2] Fix #7710 - Allow to set any owner/group in file settings

2011-06-05 Thread Luke Kanies
On Jun 2, 2011, at 5:56 AM, Brice Figureau wrote: > On Wed, 2011-06-01 at 22:49 -0700, Luke Kanies wrote: >> On Jun 1, 2011, at 2:05 AM, Brice Figureau wrote: >> >>> On Tue, 2011-05-31 at 19:59 -0700, Luke Kanies wrote: On May 28, 2011, at 8:11 AM, Brice Figureau wrote: > It is imp

Re: [Puppet-dev] [PATCH/puppet 1/2] Fix #7710 - Allow to set any owner/group in file settings

2011-06-02 Thread Brice Figureau
On Wed, 2011-06-01 at 22:49 -0700, Luke Kanies wrote: > On Jun 1, 2011, at 2:05 AM, Brice Figureau wrote: > > > On Tue, 2011-05-31 at 19:59 -0700, Luke Kanies wrote: > >> On May 28, 2011, at 8:11 AM, Brice Figureau wrote: > >> > >>> It is impossible to set an owner/group different than root or se

Re: [Puppet-dev] [PATCH/puppet 1/2] Fix #7710 - Allow to set any owner/group in file settings

2011-06-01 Thread Luke Kanies
On Jun 1, 2011, at 2:05 AM, Brice Figureau wrote: > On Tue, 2011-05-31 at 19:59 -0700, Luke Kanies wrote: >> On May 28, 2011, at 8:11 AM, Brice Figureau wrote: >> >>> It is impossible to set an owner/group different than root or service >>> for any file/directory settings (both from defaults or b

Re: [Puppet-dev] [PATCH/puppet 1/2] Fix #7710 - Allow to set any owner/group in file settings

2011-06-01 Thread Brice Figureau
On Tue, 2011-05-31 at 19:59 -0700, Luke Kanies wrote: > On May 28, 2011, at 8:11 AM, Brice Figureau wrote: > > > It is impossible to set an owner/group different than root or service > > for any file/directory settings (both from defaults or by speficying > > those in the configuration file). > >

Re: [Puppet-dev] [PATCH/puppet 1/2] Fix #7710 - Allow to set any owner/group in file settings

2011-05-31 Thread Luke Kanies
On May 28, 2011, at 8:11 AM, Brice Figureau wrote: > It is impossible to set an owner/group different than root or service > for any file/directory settings (both from defaults or by speficying > those in the configuration file). > This has been introduced in commit 06fcec to prevent users to > se

[Puppet-dev] [PATCH/puppet 1/2] Fix #7710 - Allow to set any owner/group in file settings

2011-05-28 Thread Brice Figureau
It is impossible to set an owner/group different than root or service for any file/directory settings (both from defaults or by speficying those in the configuration file). This has been introduced in commit 06fcec to prevent users to set invalid values. But for some settings, it might be interesti