]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Placeholder for package hopenpgp-tools
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 28 May 2014 13:32:13 +0000 (10:32 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 28 May 2014 13:32:13 +0000 (10:32 -0300)
manifests/utils/security/base.pp

index c174bf24877e63d85d51386caf6b85f9cc653cd2..22edb0ea25f1dab65c24956550cd6b7d36256627 100644 (file)
@@ -2,4 +2,9 @@ class nodo::utils::security::base {
   package { [ 'keychain', 'gnupg-curl' ]:
     ensure => present,
   }
+
+  # TODO: currently just available on jessie onwards
+  #package { 'hopenpgp-tools':
+  #  ensure => present,
+  #}
 }