search for: aqbackup

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

Did you mean: afbackup
2006 Sep 29
7
Facts load by puppet -factsync question
...et like this: puppetd --factsync --server=xxx.yyy.61.131 --waitforcert 60 --test the recipe is: sudoensure_line { sudobackupcommands: ligne => "Cmnd_Alias BACKUPCOMMANDS = $rsyncpath", before => sudoensure_line["sudoaqbackup"] } sudoensure_line { sudoaqbackup: ligne => "aqbackup ALL = NOPASSWD: BACKUPCOMMANDS" } after two run of puppetd i end like this : Cmnd_Alias BACKUPCOMMANDS = aqbackup ALL = NOPASSWD: BACKUPCOMMANDS Cmnd_Alia...
2007 Feb 14
6
various ordering issues in puppet manifests
Hello, The more complicated my puppet scripts gets, the more ordering issue i meet. Here is a simple thing: I use a default backup policy for the nodes in my backup classe and then, in the node i try to override the defined default but even if they are done one after the other i got an error to say that the override is triggered before the default: include backup