diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-16 12:06:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-16 12:06:54 -0300 |
commit | 8ce4bb3a9d8a4a35c7d3156dfc1612ae32c9c708 (patch) | |
tree | 2a91d12a23e938b882104cf79586fef0d33bfaee | |
parent | e90c43f1d2c9896ad4bc468094b442c7faebde8e (diff) | |
download | puppet-nodo-8ce4bb3a9d8a4a35c7d3156dfc1612ae32c9c708.tar.gz puppet-nodo-8ce4bb3a9d8a4a35c7d3156dfc1612ae32c9c708.tar.bz2 |
Fix
-rw-r--r-- | manifests/utils.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 3e30471..9ede2a6 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -1,6 +1,8 @@ # Common utilities class nodo::utils inherits nodo::utils::base { - package { [ 'vim-nox' ]: + package { 'vim-nox': + ensure => present, + } package { 'debian-security-support' : ensure => $::lsbdistcodename ? { |