summaryrefslogtreecommitdiffstats
path: root/modules/mail2/manifests/backups.pp
blob: 8c60ed9e82f3829f9dbd17e05a2bddf5f7d06a76 (plain) (blame)
1
2
3
4
5
6
class mail2::backups {
  class { 'borgmatic':
    extra_paths => ['/media/persistent'],
    require => Service["wg-quick@algo"];
  }
}