Re: [Puppet Users] Re: Problem of ordering with exported files

2013-08-30 Thread jcbollinger
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. > >>

Re: [Puppet Users] Re: Problem of ordering with exported files

2013-08-29 Thread François Lafont
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"

Re: [Puppet Users] Re: Problem of ordering with exported files

2013-08-28 Thread jcbollinger
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. ;-) >

Re: [Puppet Users] Re: Problem of ordering with exported files

2013-08-27 Thread François Lafont
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?