From 0f83c2aebe89b53a939c2f437f827bfe9e90e02c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Sep 2016 17:49:56 -0300 Subject: Utils: reorder and cleanup --- manifests/utils/security/base.pp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'manifests/utils/security') diff --git a/manifests/utils/security/base.pp b/manifests/utils/security/base.pp index ab376ea..b639e8c 100644 --- a/manifests/utils/security/base.pp +++ b/manifests/utils/security/base.pp @@ -1,15 +1,9 @@ class nodo::utils::security::base { package { [ 'keychain', - 'gnupg-curl', + 'gnupg-curl', + #'hopenpgp-tools', ]: ensure => present, } - - # TODO: currently just available on jessie onwards - #package { [ - # 'hopenpgp-tools', - #]: - # ensure => present, - #} } -- cgit v1.2.3