Displaying 5 results from an estimated 5 matches for "puppet_log".
2010 Sep 09
5
Having trouble configuring puppet for file serving
Hi,
I am running puppet-server 0.25.5 on CentOS 5.4.
I defined a moudle in /etc/puppet/fileserver.conf as below:
[files]
path /tmp/puppet
allow *
I also defined a resource in /etc/puppet/manifests/site.pp:
file { "/etc/passwd":
owner => "root",
group => "bin",
mode => 644,
}
file { "/tmp/0909.txt":
source =>
2008 Nov 24
0
logdest on client
Hi,
I''m running client with --logdest=/var/log/puppet.log just to get a
clean puppet log and don''t mix it with messages.
# grep . /etc/sysconfig/puppet |grep -v "^#"
PUPPET_SERVER=gridinstall01.pic.es
PUPPET_LOG=/var/log/puppet.log
But I only get this message in new log:
# cat /var/log/puppet.log
Mon Nov 24 14:59:53 CET 2008 Puppet (notice): Reopening log files
And I know it runs cause I see puppet process calling yum, etc...
Do I have to do anything else?
**If I comment the option, it puts its log...
2011 Apr 18
3
Logging configuration
How do I tell puppet to log somewhere other than /var/log/messages. None of
the logging configuration options seem to do anything any more. Specifically
puppetdlog.
# The log file for puppet agent. This is generally not used.
# The default value is ''$logdir/puppetd.log''.
puppetdlog = /var/lib/puppet/log/puppetd.log
--
You received this message because you are
2007 Apr 16
4
Error on first run
I install puppet as part of a Fedora and CentOS kickstart install and
this use to provide a nicely configured client immediately after the
first reboot from the kickstart completion. However with 0.22.3 i now
see the following error on puppets 1st run, as a result the client is
not configured.
The problem is easily rectified by connecting to each client and
restarting puppet.
I have also
2011 Mar 07
2
Unable to run puppetmasterd 2.6.5 on Centos 5
...bin/puppetmasterd:4
My puppet.conf file on the server
[main]
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
[agent]
classfile = $vardir/classes.txt
localconfig = $vardir/localconfig
report = true
/etc/sysconfig/puppet
PUPPET_SERVER=test.example.com
PUPPET_LOG=/var/log/puppet/puppet.log
Regards
Ankush
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@goog...