]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds terminology into nodo::utils::interface
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 1 Dec 2015 12:23:04 +0000 (10:23 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 1 Dec 2015 12:23:04 +0000 (10:23 -0200)
manifests/utils/interface.pp

index b166b30b720314cabd23695eb6ab238b1830ef9e..d5035c243b4ba0a6b7aa576aa44f4dd3590076ee 100644 (file)
@@ -8,11 +8,6 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
     ensure => installed,
   }
 
-  # Old stuff
-  package { [ 'conkyforecast', 'fluxbox' ]:
-    ensure => absent,
-  }
-
   # Fonts
   package { [ 'xfonts-terminus', 'ttf-bitstream-vera', 'fonts-inconsolata' ]:
     ensure => installed,
@@ -29,6 +24,18 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
     }
   }
 
+  package { "terminology":
+    ensure  => $::lsbdistcodename ? {
+      'wheezy' => absent,
+      default  => present,
+    },
+  }
+
+  # Old stuff
+  package { [ 'conkyforecast', 'fluxbox' ]:
+    ensure => absent,
+  }
+
   # To be considered
   #package { 'needrestart-session':
   #  ensure  => present,