Displaying 3 results from an estimated 3 matches for "derektyarnell".
2009 Jul 13
7
puppetd no-daemonize
So I have been trying to run puppet once in my kickstart %post scripts but
every time it detaches and daemonizes even though I have explicitly stated
otherwise. Am I missing something?
# rpm -q puppet
puppet-0.24.8-1
# /usr/sbin/puppetd --onetime --no-daemonize --verbose --debug
debug: Creating default schedules
debug: Failed to load library ''shadow'' for feature
2010 Jan 18
7
reload/restarting puppetd after puppet.conf change
Subject basically says it all. Anyone have a good idea of how to get
puppetd restarted after installing a updated puppet.conf? Using the
Service types obviously doesn''t work since puppet is already running.
Is there no, please reload your config on the next run option? I mean
there is always some screwing with a cronjob to just restart puppet once
and awhile but I dunno I was
2009 Jul 27
0
private fileserver config
Running 0.25.0b2,
Trying to do ssh host public/private key installation via the file type,
file { "ssh_host_dsa_key.pub":
path => "$base_path/ssh_host_dsa_key.pub",
mode => 0644,
owner => root,
group => root,
source =>
"puppet://puppet/private/ssh/ssh_host_dsa_key.pub",