diff options
Diffstat (limited to 'manifests/utils/storage')
| -rw-r--r-- | manifests/utils/storage/archive.pp | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp new file mode 100644 index 0000000..e310bf5 --- /dev/null +++ b/manifests/utils/storage/archive.pp @@ -0,0 +1,5 @@ +class nodo::utils::storage::archive { +  package { 'git-annex': +    ensure => installed, +  } +} | 
