]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding onetime into nodo::utils::security
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 22 Jul 2013 14:21:02 +0000 (11:21 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 22 Jul 2013 14:21:02 +0000 (11:21 -0300)
manifests/utils/security.pp

index f244015a99e0ab806a245b368c761ed21ad7604a..3652a5b8b04f03c6d0dc95c6ef5924f49baed9e2 100644 (file)
@@ -2,7 +2,7 @@ class nodo::utils::security {
   # Security
   package { [ 'apg',           'gnupg-agent',   'makepasswd', 'pwgen',          'fpm2',    'encfs',
               'signing-party', 'libnss3-tools', 'ssss',       'libgfshare-bin', 'keychain',
-              'gnupg-curl',    'revelation' ]:
+              'gnupg-curl',    'revelation',    'onetime' ]:
     ensure => installed,
   }