diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-22 12:23:52 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-22 12:23:52 -0200 |
commit | b98810c50d24b8bafed3512feea5812f9ecc544a (patch) | |
tree | 3eec493bb4e578d45ae019cea5b8aae72af638f9 /manifests | |
parent | a22aa90aa538760ae04f4369a64a374a56029b18 (diff) | |
download | puppet-nodo-b98810c50d24b8bafed3512feea5812f9ecc544a.tar.gz puppet-nodo-b98810c50d24b8bafed3512feea5812f9ecc544a.tar.bz2 |
Adding pass into nodo::utils::security (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/security.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/utils/security.pp b/manifests/utils/security.pp index d4623a2..2b5874f 100644 --- a/manifests/utils/security.pp +++ b/manifests/utils/security.pp @@ -11,9 +11,4 @@ class nodo::utils::security inherits nodo::utils::security::base { ensure => installed, } } - - # Still not available - # package { 'pass': - # ensure => installed, - #} } |