Displaying 1 result from an estimated 1 matches for "inclure".
Did you mean:
include
2007 Feb 14
6
various ordering issues in puppet manifests
...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
Backupset[''myserver-backup''] {
inclure => "[''/etc'', ''/usr/local/etc'']",
exclure => "[''/tmp'', ''/var/tmp'', ''/var/log'', ''/proc'']",
retention...