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
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
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/
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