aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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,
+ }
+}