From 1001a47bdc64de2560fa13993bfae53bb5909bc5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Jul 2021 20:28:49 -0400 Subject: more puppet deps --- modules/tozt/manifests/backups.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/tozt') diff --git a/modules/tozt/manifests/backups.pp b/modules/tozt/manifests/backups.pp index 44908e6..76b98f3 100644 --- a/modules/tozt/manifests/backups.pp +++ b/modules/tozt/manifests/backups.pp @@ -1,5 +1,6 @@ class tozt::backups { class { 'borgmatic': extra_paths => ['/media/persistent'], + require => Class["base::vpn"]; } } -- cgit v1.2.3-54-g00ecf