Re: [Puppet Users] Re: sourceselect all

2012-12-05 Thread Jakov Sosic
On 11/14/2012 08:48 PM, Bernardo Costa wrote: > Well, what I could understand from your proposition (1) is that I should > elect one of the hosts as representative of a group of hosts and make > all other hosts inherit its configuration like the example I am showing > below. > > class automount {

[Puppet Users] Re: sourceselect all

2012-11-14 Thread Bernardo Costa
Well, what I could understand from your proposition (1) is that I should elect one of the hosts as representative of a group of hosts and make all other hosts inherit its configuration like the example I am showing below. class automount { file { "/var/tmp/auto.direct": source =>"puppet:/

[Puppet Users] Re: sourceselect all

2012-11-13 Thread jcbollinger
On Tuesday, November 13, 2012 11:37:12 AM UTC-6, Bernardo Costa wrote: > > Ok John, it looks like sourceselect exists for handling files like the > ones under /etc/profile.d which is not the case for automount. Good to > know. About the options I have, I'd prefer not doing #1 for two reasons:

[Puppet Users] Re: sourceselect all

2012-11-13 Thread Bernardo Costa
Ok John, it looks like sourceselect exists for handling files like the ones under /etc/profile.d which is not the case for automount. Good to know. About the options I have, I'd prefer not doing #1 for two reasons: one is that many mountpoints would be duplicated toward many files as they are c

[Puppet Users] Re: sourceselect all

2012-11-13 Thread jcbollinger
On Monday, November 12, 2012 1:00:14 PM UTC-6, Bernardo Costa wrote: > > I am using puppet-2.6.17 from a centos 5.x box and after reading the > documentation (http://docs.puppetlabs.com/references/2.6.17/type.html#file) > I feel the need of using the sourceselect parameter set to all for > cop