On Thursday, August 29, 2013 4:59:16 PM UTC-5, François Lafont wrote:
>
> Le 28/08/2013 16:53, jcbollinger wrote :
>
> >> As a result, I have deduced that this code below was correct *and* not
> >> redundant:
> >>
> >>
> >> # 1. One declaration.
> >>
Le 28/08/2013 16:53, jcbollinger wrote :
>> As a result, I have deduced that this code below was correct *and* not
>> redundant:
>>
>>
>> # 1. One declaration.
>> file { '/usr/local/puppet_host/list':
>> mode=> 440,
>> content => "List.\n"
On Tuesday, August 27, 2013 6:47:41 PM UTC-5, François Lafont wrote:
>
> Hello,
>
> Firstly, thank you John for your answer.
>
> Le 27/08/2013 21:23, jcbollinger wrote :
>
> > I don't see anything obviously forgotten or wrong, but there are a few
> > strange things:
>
> It's possible. ;-)
>
Hello,
Firstly, thank you John for your answer.
Le 27/08/2013 21:23, jcbollinger wrote :
> I don't see anything obviously forgotten or wrong, but there are a few
> strange things:
It's possible. ;-)
>1. You collect the same exported File resources twice in the same
>class.
Really?