I'm having a bit of trouble figuring out how regex matching (and maybe
inheritance?) are working in my nodes.pp file.
I've got a host with the hostname "lms-www0-2x-qa.domain"
1) In my site.pp file I 'import nodes.pp' --> pretty sure that works
2) In my nodes.pp file, I have a default stanza --
I have a pretty straightforward puppet.conf file on my agents. I'm trying
to use the logdest directive to get puppet to write it's own logs. But
I've tried this every which way and I can't seem to get puppet agent to do
anything but write into /var/log/syslog. Anyone else struggling with this
pr
I was in the process of setting up puppet environments. I pulled code from
my main modules and manifests directories into the prod environment folder,
deployed a newer branch of that code to a 'stg' environment folder, updated
puppet.conf on the master, and reconfigured puppet.conf on my agents
Looks like I sussed it on my own. This had nothing to do with
environments. In the process of updating my puppet.conf file, I fat
fingered the master's reporturl ... simple as that. Nothing to see here.
Thanks
/Greg
On Friday, March 29, 2013 3:08:26 PM UTC-4, Gregory Damiani wrote: