Hello, I'm currently using a module named "common" which is based off of David Schmitt's work.
I'm having issues with it in OpenBSD, and the reason is that the directory created to contain module-specific files is hardcoded to /var/lib/pupppet/modules. Now, I could easily special-case the path for OpenBSD and the other OSes that don't keep their $vardir under this directory, but I was wondering if it was possible to access variables from puppet.conf into the manifests. If it could be possible, it would be more elegant to use the $vardir value directly. I've done a quick test to print (notify{}) the value of $vardir and it's empty. Do you guys know of a way I could access this value within the module's manifests? -- Gabriel Filion -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.