Hi guys, I check my fileserver.conf file, and I see that /etc/puppet/files was allowed to serve files, and also modules,
I tried changing my init.pp file to from this:
file {"D:/Powershell-Scripts/Apps/splunkforwarder-4.3-115073-x64-release.msi":
mode => 0777,
source => 'puppet:///modules/splunk/files/splunkforwarder-4.3-115073-x64-release.msi',
}
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/sEiaIEQxNeYJ.--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi Marco,On Thu, Mar 29, 2012 at 6:34 AM, mparrad <marco....@gmail.com> wrote:
Hi guys, I check my fileserver.conf file, and I see that /etc/puppet/files was allowed to serve files, and also modules,
I tried changing my init.pp file to from this:
file {"D:/Powershell-Scripts/Apps/splunkforwarder-4.3-115073-x64-release.msi":
mode => 0777,
source => 'puppet:///modules/splunk/files/splunkforwarder-4.3-115073-x64-release.msi',
}This should be:source => 'puppet:///modules/splunk/splunkforwarder-4.3-115073-x64-release.msi',Note there's no 'files' component in the URI
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
You can use recurse => true to copy a directory.
Nan
Regards..