On Wed, 2006-09-06 at 16:49 +1000, Matt Bryant wrote:> Am having difficulty in getting the fileserver part of puppet 0.18.4
> on centos 4 working fully in respect to %h / %H.
The problem is that that functionality is not in 0.18.4 - there hasn''t
been an official release with it yet; it will be in the next release.
> In file server.conf I have the following defined
>
> [private]
> path /var/lib/puppet/files/%h
> allow *
>
> In ''/var/lib/puppet/files/davinci/'' the source file
> up2date.sources.centos (davinci being hostname).
>
> And in manifiest have
>
> file { "/etc/sysconfig/rhn/sources":
> source =>
> "puppet://localhost/private/up2date.sources.centos",
> backup => main,
> owner => root,
> group => root,
> mode => 640
> }
>
> But when testing ''puppetd --test --verbose --debug --server
localhost
> am getting the following error
>
> err: //davinci/file=/etc/sysconfig/rhn/sources/source: Could not
> describe /private/up2date.sources.centos: Fileserver module
''private''
> not mounted
>
> Any ideas ? Am I overlooking something here ? Running puppetmaster and
> puppetd on same machine but should that matter ?
>
> Thanks for any help
>
> rgds
>
> Matt
> _______________________________________________
> Puppet-users mailing list
> Puppet-users@madstop.com
> https://mail.madstop.com/mailman/listinfo/puppet-users