Displaying 1 result from an estimated 1 matches for "exclure".
Did you mean:
exclude
2007 Feb 14
6
various ordering issues in puppet manifests
...ther 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 => ''4'',
rsyncversion => ''29+''
}
and i...