search for: amandaconfig

Displaying 2 results from an estimated 2 matches for "amandaconfig".

2007 Jul 30
1
Module question: resources evaluated once or repeatedly?
...a server should keep its configurations (/etc/amanda/foo, /etc/amanda/foo/amanda.conf, /var/lib/amanda/foo, etc.) up to date. There will almost always be multiple configurations per Amanda server. Here''s what I''ve got now, excerpted down to the examples of each item: # modules/amandaconfig/init.pp # Create a new Amanda configuration set. file { "/opt/amanda": ensure => directory, owner => root, group => root, mode => 0755; } define amandaconfig ( $confdir = "/etc/amanda", $logdir = "/var/log...
2008 May 27
8
How to manage partitions and logical volumes with puppet?
Hi, As someone new to puppet I''m trying to work out the best way to manage different filesystems and logical volumes on different servers. Specifically I would like to be able to define on a series of nodes different LVM logical volumes to create and mount. I''m trying to do this at the moment with a define of the following type: # Manage a partition and create if needed.