aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-09 11:32:42 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-02-09 11:32:42 -0200
commitf6b0a0afc3e325d8be519fb5eeb139c374e61208 (patch)
treef55df93ad5b58b61feddb709c7b7465a00ab3228
parent94953980a78efb63b154041683c4adc998824790 (diff)
downloadpuppet-nodo-f6b0a0afc3e325d8be519fb5eeb139c374e61208.tar.gz
puppet-nodo-f6b0a0afc3e325d8be519fb5eeb139c374e61208.tar.bz2
Adding metar into nodo::utils::interface
-rw-r--r--manifests/utils/interface.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index 52b7cea..6c77af1 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -3,7 +3,8 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky',
'xterm', 'xscreensaver', 'thunar', 'x11-apps',
'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
- 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx' ]:
+ 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx',
+ 'metar' ]:
ensure => installed,
}