Hi Atha,
This is what the basefiles class that I have created looks like now:
class basefiles {
file { "/etc/ldap.conf":
source => "puppet:///snjh/ldap.conf"
}
file { "/etc/haha.txt":
source => "puppet:///snjh/haha.txt"
}
}
I have allowed everything (for the time bei
Hi Tim,
the source specified is wrong. Since this is apparently not in a module, it
should read:
> source => "puppet:///snjh/ldap.conf"
>
In case you wanted to retrieve your files from another puppetmaster:
source => "puppet://${puppetmaster}/snjh/ldap.conf"
where ${puppetmaster} is the name o