Did you do a restart of the puppet server after adding the fileserver config?
> On 5. Dec 2024, at 17:55, Arnaud Bougeard <[email protected]> wrote: > > Hello, > My puppet server is on a virtual machine. > I have scripts and large executables that take up volume that are on an NFS > server. > So I would like to add a puppet mount, this one pointing to an NFS server. > When I do it, on my agent it seems not to find the file, I have the error > "Could not retrieve information from environment production" > My NFS mount point: /etc/puppetlabs/puppet/extra_files_windows/files > > the path of the file on the server is: > /etc/puppetlabs/puppet/extra_files_windows/files/deploy929.ps1 > > The puppet mount pount point configuration: > cat /etc/puppetlabs/puppet/fileserver.conf > [extra_files_windows] > path /etc/puppetlabs/puppet/extra_files_windows > > file { 'C:/temp/deploy929.ps1': > ensure => 'file', > source => 'puppet:///extra_files_windows/deploy929.ps1', > } > > How could I do ? > Thanks in advance, > > R > > > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion visit > https://groups.google.com/d/msgid/puppet-users/f0283242-5ac8-4b65-ad65-1bc4ec2eb5a8n%40googlegroups.com > > <https://groups.google.com/d/msgid/puppet-users/f0283242-5ac8-4b65-ad65-1bc4ec2eb5a8n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/puppet-users/E03A19D3-0599-43C3-81B6-E912F1CC7EF0%40gmail.com.
