diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-01-05 11:22:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-01-05 11:22:21 -0200 |
commit | d1b1c33ae5818f5db5b7f2f7770e2df558459cd4 (patch) | |
tree | c0d4862d960f3f4dc1730420d55b3e42f8556f9c /manifests | |
parent | 284c4be3f70b907e3275cb15c7e0c37ccad51089 (diff) | |
download | puppet-backup-d1b1c33ae5818f5db5b7f2f7770e2df558459cd4.tar.gz puppet-backup-d1b1c33ae5818f5db5b7f2f7770e2df558459cd4.tar.bz2 |
Class backup::utils
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils.pp | 5 |
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, + } +} |