From e90c43f1d2c9896ad4bc468094b442c7faebde8e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 16 May 2016 12:06:11 -0300 Subject: Not available on trusty: debian-security-support --- manifests/utils.pp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'manifests/utils.pp') diff --git a/manifests/utils.pp b/manifests/utils.pp index 22c115c..3e30471 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -1,7 +1,12 @@ # Common utilities class nodo::utils inherits nodo::utils::base { - package { [ 'vim-nox', 'debian-security-support' ]: - ensure => installed, + package { [ 'vim-nox' ]: + + package { 'debian-security-support' : + ensure => $::lsbdistcodename ? { + 'trusty' => absent, + default => present, + }, } # Might be defined elsewhere -- cgit v1.2.3