Hello! I have a problem and hope someone of you has a idea how to solve this.
I would like to save a configuration file of nxlog on another Puppet (Agent) Node. The problem is, I have the template of nxlog, in which puppet has to write some facts about the node (hostname, operatingsystem). This file has not to be stored on the node (which facts about are), but on the Syslog-Server, where another Puppet Agent is running. My idea wos now to take the Ressource "file" and put in the path-option the path to the share of the syslog-system, like so: file { "$hostname.conf": ensure => present, path => "//server/share/$hostname.conf", source => template("default_nxlog_debian/default.conf.erb") } But this is not working. Is there any way to put in the "Path-Option" another Server/Share? Or do you have another solution for my Problem? Thank you! Hoize -- 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 puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/57538e07-e292-4eb0-a95f-32c3005b5b14%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.