Displaying 2 results from an estimated 2 matches for "igalva".
Did you mean:
igalia
2009 Aug 30
3
restart puppetmaster when files change
I create this class pmaster in order to restart puppetmaster daemon
after /etc/puppet/puppet.conf file change.
class pmaster {
file { "/etc/puppet/puppet.conf":
ensure => "file";
}
service { "puppetmaster":
ensure => "running",
enable => "true",
hasrestart => "true",
subscribe => File [
2009 Sep 12
11
Installing a lot of packages
How can I install a lot (more than 800) of APT packages using an easy
way in puppet? I mean, using some file.txt where I put there the
packages I want to install and my package resource get the list . Is
it possible? Or do I have to put all packages in the package resource?
regards,
Israel.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed