aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r--manifests/utils.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index b13c878..7cc358f 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -1,5 +1,6 @@
class backup::utils {
- package { [ 'bup', 'attic', 'obnam' ]:
- ensure => present,
+ # Not in use
+ package { [ 'bup', 'attic', 'obnam', 'restic' ]:
+ ensure => absent,
}
}