diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-10 21:25:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-10 21:25:21 -0300 |
commit | a1f9082191405b5d5fa309bc45ad4f0f29f542dc (patch) | |
tree | 47e9989e89359c8bd1ce7f3d5b833a1e330d4626 | |
parent | 55e5c99c15edcf9528a9ba14b184933c731dd2da (diff) | |
download | puppet-nodo-a1f9082191405b5d5fa309bc45ad4f0f29f542dc.tar.gz puppet-nodo-a1f9082191405b5d5fa309bc45ad4f0f29f542dc.tar.bz2 |
Adds debian-security-support into nodo::utils
-rw-r--r-- | manifests/utils.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 3414fd3..3c8bdae 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -1,6 +1,6 @@ # Common utilities class nodo::utils inherits nodo::utils::base { - package { [ 'vim-nox' ]: + package { [ 'vim-nox', 'debian-security-support' ]: ensure => installed, } |