diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/interface.pp | 3 |
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, } |