Displaying 2 results from an estimated 2 matches for "defsvctype".
2006 Aug 02
7
OpenSuSE packages
Hello,
I just made packages for puppet for OpenSuSE. They are available at my
yum repo at
http://lmmri.fri.uni-lj.si/suse/
I had to change the init scripts and the first line of puppetd and
puppetmaster programs from
#!/usr/bin/env ruby to #!/usr/bin/ruby
otherwise the killproc from init scripts could not kill the daemons.
Unfortunately I had to change the spec file as well.
I wonder
2007 Mar 01
8
upgrading puppet?
How are people upgrading puppet itself on their hosts that run puppetd?
Can puppet be used to upgrade to a new puppet package via gem, rpm or
some other package provider? How do you handle restarting?
Just hoping theres a better way than "ssh and a for loop" or having to
have another configuration management system installed.