Require bup package before installing cron
Change-Id: I3808493afc38975831184946af7113d45edac7a0
This commit is contained in:
parent
893426a249
commit
9ca0aab3ea
@ -17,5 +17,6 @@ define bup::site(
|
||||
monthday => $cron_monthday,
|
||||
month => $cron_month,
|
||||
command => "tar -X /etc/bup-excludes -cPf - / | bup split -r ${backup_user}@${backup_server}: -n root -q",
|
||||
require => Package['bup'],
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user