Fix repo scheduling
0 != "0"
This commit is contained in:
parent
f5b30c26a9
commit
e1e194b7ae
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ schedule { 'never':
|
|||
require => File['/var/rhizo_backups'],
|
||||
}
|
||||
|
||||
if ($notouchrepo == "0") {
|
||||
if ($notouchrepo == 0) {
|
||||
$rsched = "always"
|
||||
} else {
|
||||
$rsched = "never"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue