search for: tapecycl

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

Did you mean: tapecycle
2007 Jul 30
1
Module question: resources evaluated once or repeatedly?
...group => root, mode => 0755; } define amandaconfig ( $confdir = "/etc/amanda", $logdir = "/var/log/amanda", $libdir = "/var/lib/amanda", $user = "backup", $group = "backup", $dumpcycle = 1, $tapecycle = 2, $runtapes = 1, $labelstr = "LABEL" ) { file { "$confdir/$name": ensure => directory, owner => $user, group => $group, mode => 0770; "$confdir/$name/amanda.conf":...
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.