From 0efe2afba377d4144d8b227dfa0e81f8fb5ed99b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 27 Sep 2012 19:13:47 -0300 Subject: Avoiding duplicate definition of git-annex --- manifests/subsystems/utils/storage.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests/subsystems/utils/storage.pp') 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, + } +} -- cgit v1.2.3