From 8ce4bb3a9d8a4a35c7d3156dfc1612ae32c9c708 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 16 May 2016 12:06:54 -0300 Subject: Fix --- manifests/utils.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/utils.pp') 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 ? { -- cgit v1.2.3