aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-01-05 11:22:21 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-01-05 11:22:21 -0200
commitd1b1c33ae5818f5db5b7f2f7770e2df558459cd4 (patch)
treec0d4862d960f3f4dc1730420d55b3e42f8556f9c /manifests
parent284c4be3f70b907e3275cb15c7e0c37ccad51089 (diff)
downloadpuppet-backup-d1b1c33ae5818f5db5b7f2f7770e2df558459cd4.tar.gz
puppet-backup-d1b1c33ae5818f5db5b7f2f7770e2df558459cd4.tar.bz2
Class backup::utils
Diffstat (limited to 'manifests')
-rw-r--r--manifests/utils.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
new file mode 100644
index 0000000..b13c878
--- /dev/null
+++ b/manifests/utils.pp
@@ -0,0 +1,5 @@
+class backup::utils {
+ package { [ 'bup', 'attic', 'obnam' ]:
+ ensure => present,
+ }
+}