I must be missing something with how puppet.conf works.
I have configured puppet.conf like so:
[main]
vardir = /var/xyz/puppet
I have a very simple site.pp
file { "$vardir/touch":
ensure => present,
}
I am running puppet 0.25.5, and have the puppetmasterd and puppetd on
the same server. When I start the puppetd client, it gets an empty
$vardir, and tries to create /touch instead of /var/xyz/puppet/touch.
What am I missing?
Thanks,
NP
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.