diff options
Diffstat (limited to 'manifests/subsystems/utils/storage.pp')
-rw-r--r-- | manifests/subsystems/utils/storage.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/subsystems/utils/storage.pp b/manifests/subsystems/utils/storage.pp index e83873b..6a52e16 100644 --- a/manifests/subsystems/utils/storage.pp +++ b/manifests/subsystems/utils/storage.pp @@ -4,3 +4,9 @@ class utils::storage { ensure => installed, } } + +class utils::storage::archive { + package { 'git-annex': + ensure => installed, + } +} |