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 {
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:/
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:
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
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