]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Not available on trusty: debian-security-support
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 May 2016 15:06:11 +0000 (12:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 May 2016 15:06:11 +0000 (12:06 -0300)
manifests/utils.pp

index 22c115c3b8dbf772c1ee377dd91b9aaf6ccb08fe..3e30471738ac9c20be3945a8d2e3f71159e5f5cf 100644 (file)
@@ -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