On Dec 1, 4:40 am, "Bjørn Dyre Dyresen" <[EMAIL PROTECTED]> wrote:
> 2008/12/1 kevin <[EMAIL PROTECTED]>
>
>
>
> > So, I have some files that I would like to have the puppetd's pull
> > from the master. I've written the modules to include a files
> > directory. Now, from the module specs , doe
2008/12/1 kevin <[EMAIL PROTECTED]>
>
> So, I have some files that I would like to have the puppetd's pull
> from the master. I've written the modules to include a files
> directory. Now, from the module specs , does this mean that i can
> say
> {
> ...
>
> source => puppet://files/file.name
>
>
Hi,
If you have the files in a directory called files under a directory called
after the module name
eg. /var/puppet/modules/automount/files/auto.master
then the URI would be of the form
source => puppet://servername/automount/auto.master
in order to pull the file across
Cheers
Paul
2008/12/