On 11.11.10 10:44, Markus Falb wrote:
> On 10.11.10 22:02, Douglas Garstang wrote:
>
>> When no owner or group is specified for the file, the default owner and
>> group on the target system seems to default to the same as the owner and
>> group on the puppetmaster, if that user exists on the targe
On 10.11.10 22:02, Douglas Garstang wrote:
> When no owner or group is specified for the file, the default owner and
> group on the target system seems to default to the same as the owner and
> group on the puppetmaster, if that user exists on the target system. Ie,
> all our files under /etc/pupp
On Mon, Nov 8, 2010 at 9:36 AM, Markus Falb wrote:
> On 08.11.10 17:03, R.I.Pienaar wrote:
> >
> > - "Markus Falb" wrote:
> >
> >> Hi,
> >>
> >> I try to serve a file
> >>
> >> file { "/root/test3.txt":
> >> ensure => file,
> >> source => "puppet:///yum/test.txt",
> >> }
> >>
On Mon, Nov 8, 2010 at 8:29 AM, Patrick wrote:
>
> On Nov 8, 2010, at 8:03 AM, R.I.Pienaar wrote:
>
> >
> > - "Markus Falb" wrote:
> >
> >> Hi,
> >>
> >> I try to serve a file
> >>
> >> file { "/root/test3.txt":
> >>ensure => file,
> >>source => "puppet:///yum/test.txt",
> >>
On 08.11.10 20:01, Patrick wrote:
>
> On Nov 8, 2010, at 9:36 AM, Markus Falb wrote:
>
...
>> I try in other words: A file on puppetmaster belongs to user x with uid
>> y and it is created on the client with uid y whatever user this
>> translates to. Is this intended ?
>
>
> I'm pretty sure it
On Nov 8, 2010, at 9:36 AM, Markus Falb wrote:
> On 08.11.10 17:03, R.I.Pienaar wrote:
>>
>> - "Markus Falb" wrote:
>>
>>> Hi,
>>>
>>> I try to serve a file
>>>
>>> file { "/root/test3.txt":
>>>ensure => file,
>>>source => "puppet:///yum/test.txt",
>>> }
>>>
>>> On the p
On 08.11.10 17:03, R.I.Pienaar wrote:
>
> - "Markus Falb" wrote:
>
>> Hi,
>>
>> I try to serve a file
>>
>> file { "/root/test3.txt":
>> ensure => file,
>> source => "puppet:///yum/test.txt",
>> }
>>
>> On the puppetmaster this files look like this
>>
>> #$ ls -n test.txt
>>
On Nov 8, 2010, at 8:03 AM, R.I.Pienaar wrote:
>
> - "Markus Falb" wrote:
>
>> Hi,
>>
>> I try to serve a file
>>
>> file { "/root/test3.txt":
>>ensure => file,
>>source => "puppet:///yum/test.txt",
>> }
>>
>> On the puppetmaster this files look like this
>>
>> #$ ls -n
- "Markus Falb" wrote:
> Hi,
>
> I try to serve a file
>
> file { "/root/test3.txt":
> ensure => file,
> source => "puppet:///yum/test.txt",
> }
>
> On the puppetmaster this files look like this
>
> #$ ls -n test.txt
> -rw-r--r-- 1 502 301 4 8 Nov 16:25 test.txt
>
>