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