diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-22 16:19:37 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-22 16:19:37 +0200 |
commit | e89e896f4eb648d69fae2cfaa9c40c9944711556 (patch) | |
tree | 357277fbbae92b775caff087e050ea471ff71c43 /modules/role | |
parent | 5adcfd482be6573cbaee94cbd7889e6098df36f8 (diff) | |
download | Puppet-e89e896f4eb648d69fae2cfaa9c40c9944711556.tar.gz Puppet-e89e896f4eb648d69fae2cfaa9c40c9944711556.tar.zst Puppet-e89e896f4eb648d69fae2cfaa9c40c9944711556.zip |
Fix parted and add hour to backup
Diffstat (limited to 'modules/role')
-rw-r--r-- | modules/role/manifests/backup.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/role/manifests/backup.pp b/modules/role/manifests/backup.pp index d01abd9..ab485b0 100644 --- a/modules/role/manifests/backup.pp +++ b/modules/role/manifests/backup.pp | |||
@@ -47,7 +47,7 @@ class role::backup ( | |||
47 | command => $backup_script, | 47 | command => $backup_script, |
48 | user => $user, | 48 | user => $user, |
49 | minute => 25, | 49 | minute => 25, |
50 | hour => 3, | 50 | hour => "3,15", |
51 | require => Concat[$backup_script], | 51 | require => Concat[$backup_script], |
52 | } | 52 | } |
53 | 53 | ||