From: Silvio Rhatto Date: Sun, 23 Mar 2014 20:18:51 +0000 (-0300) Subject: Managing rxvt-256color terminfo on squeeze (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e7c07360defdf5be3dd1fd731cdce8b4b7f0a82f;p=puppet-nodo.git Managing rxvt-256color terminfo on squeeze (2) --- diff --git a/manifests/subsystem/profile.pp b/manifests/subsystem/profile.pp index 802860f..ab1008e 100644 --- a/manifests/subsystem/profile.pp +++ b/manifests/subsystem/profile.pp @@ -45,7 +45,7 @@ class nodo::subsystem::profile { owner => root, group => root, mode => 0644, - ensure => ${::lsbdistcodename} ? { + ensure => $::lsbdistcodename ? { 'squeeze' => present, default => absent, },