Require bup package before installing cron

Change-Id: I3808493afc38975831184946af7113d45edac7a0
This commit is contained in:
Alex Monk 2016-08-06 17:57:03 +00:00
parent 893426a249
commit 9ca0aab3ea
1 changed files with 1 additions and 0 deletions

View File

@ -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'],
}
}