diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-19 08:17:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-19 08:17:47 -0300 |
commit | cfe68b9c2da2ff48171e2bbdb8988b92f7f41ee1 (patch) | |
tree | aa8f650ccb6a7d33b793bb6451d8447da481f176 /manifests/utils.pp | |
parent | ef69b77ccada9e983cd8e79ed92c90a84a8ff9fe (diff) | |
download | puppet-backup-cfe68b9c2da2ff48171e2bbdb8988b92f7f41ee1.tar.gz puppet-backup-cfe68b9c2da2ff48171e2bbdb8988b92f7f41ee1.tar.bz2 |
Adds borg action and misc changes
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r-- | manifests/utils.pp | 5 |
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, } } |