index
:
puppet-backup
develop
feature/autoload
master
production
Puppet module for backups
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manifests
/
utils.pp
blob: b13c8780b44caeceffaf1257bbba7809eda75920 (
plain
)
1
2
3
4
5
class
backup
::
utils
{
package
{
[
'bup'
,
'attic'
,
'obnam'
]:
ensure
=>
present
,
}
}