]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Class backup::utils
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jan 2015 13:22:21 +0000 (11:22 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jan 2015 13:22:21 +0000 (11:22 -0200)
manifests/utils.pp [new file with mode: 0644]

diff --git a/manifests/utils.pp b/manifests/utils.pp
new file mode 100644 (file)
index 0000000..b13c878
--- /dev/null
@@ -0,0 +1,5 @@
+class backup::utils {
+  package { [ 'bup', 'attic', 'obnam' ]:
+    ensure  => present,
+  }
+}