Thanks Matthaus for the help, appreciate it!
On Tue, Jul 2, 2013 at 2:21 PM, Matthaus Owens wrote:
> Kenneth,
> This setting in puppet.conf:
>
> # Where Puppet PID files are kept.
> # The default value is '$vardir/run'.
> rundir = /var/lib/puppet/run
>
> Will break the init scripts p
Kenneth,
This setting in puppet.conf:
# Where Puppet PID files are kept.
# The default value is '$vardir/run'.
rundir = /var/lib/puppet/run
Will break the init scripts provided with the rpm packages, which
expect rundir to be "/var/run/puppet". If you update your rundir
setting to be
Sorry, google hasn't been sending me e-mail updates from this group, so I
didn't notice the response right away
On Tuesday, July 2, 2013 2:13:56 PM UTC-5, Kenneth Edgar wrote:
>
> Going through pro puppet, the only thing I think I've changed in this
> config file is the name of the master which
Kenneth, can you post your puppet.conf (or post a sanitized version)?
On Tue, Jun 25, 2013 at 9:06 AM, Kenneth Edgar wrote:
> I used genconfig to create the /etc/puppet/puppet.conf file. I also noticed
> that the agent places the run file in /var/run/puppet/
>
> On Sunday, June 23, 2013 3:22:56
I used genconfig to create the /etc/puppet/puppet.conf file. I also
noticed that the agent places the run file in /var/run/puppet/
On Sunday, June 23, 2013 3:22:56 PM UTC-5, Matthaus Litteken wrote:
>
> Kenneth,
> Have you edited puppet.conf since installing puppet? The puppet rpm
> lays down
Kenneth,
Have you edited puppet.conf since installing puppet? The puppet rpm
lays down a default puppet.conf that includes rundir=/var/run/puppet
under [main], which makes pidfile /var/run/puppet/agent.pid and
/var/run/puppet/master.pid. A fresh install of puppet 3.2.1 for me
resulted in the follow
On Jun 19, 2013, at 7:36 AM, Kenneth Edgar wrote:
> I installed puppet-server-3.2.1-1.el6.noarch from the x86_64
> puppetlabs-release-6-7.noarch repo. I had issues stopping and restarting via
> the init script and did a little digging. I found that the master's pid file
> is now in /var/lib/pu
Hello,
This is my first time posting, so I apologize if someone else has posted
this before, I didn't see anything.
I installed puppet-server-3.2.1-1.el6.noarch from the
x86_64 puppetlabs-release-6-7.noarch repo. I had issues stopping and
restarting via the init script and did a little diggin