[Puppet Users] Re: fileserving, puppet:// urls and modules

2008-12-01 Thread kevin
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

[Puppet Users] Re: fileserving, puppet:// urls and modules

2008-12-01 Thread Bjørn Dyre Dyresen
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 > >

[Puppet Users] Re: fileserving, puppet:// urls and modules

2008-12-01 Thread paul matthews
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/