Re: [Puppet Users] Problems relocating $confdir on Puppet Master (SOLVED)

2013-05-03 Thread Dan White
I figured it out ! Short answer: Cannot be done without customization. http://docs.puppetlabs.com/puppet/3/reference/lang_variables.html#facts-and-built-in-variables Master-Set Variables : $settings:: — the value of any of the master’s configuration settings. This is implemented as a special na

Re: [Puppet Users] Problems relocating $confdir on Puppet Master

2013-05-02 Thread Dan White
How do I do it ? I tried ... confdir ::confdir settings::confdir and ::settings::confdir On May 2, 2013, at 6:30 PM, Denmat wrote: > Well that kinda makes sense for the top scope variable on the master to > return like that. Your options would be like any other fact/var you want to > query on

Re: [Puppet Users] Problems relocating $confdir on Puppet Master

2013-05-02 Thread Denmat
Well that kinda makes sense for the top scope variable on the master to return like that. Your options would be like any other fact/var you want to query on the client, no? Den On 02/05/2013, at 22:38, Dan White wrote: > Reference: > http://www.mail-archive.com/puppet-users@googlegroups.com/

[Puppet Users] Problems relocating $confdir on Puppet Master

2013-05-02 Thread Dan White
Reference: http://www.mail-archive.com/puppet-users@googlegroups.com/msg41278.html Still having issues. Even if I explicitly set confdir in the command line: puppet agent --no-daemonize --onetime --test --noop --no-report --confdir=/etc/puppet Manifests containing %{::settings::confdir} g