diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 20:21:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 20:21:41 -0300 |
commit | 0427a314c3b8bef2a46dac43f7bea41eb33612fd (patch) | |
tree | 8caf5c5d1181f50a89413598f99c3351ad12cb94 /manifests/utils/interface.pp | |
parent | db03a0e084e5f15fe67a7de1d4fbec0d9a404536 (diff) | |
download | puppet-nodo-0427a314c3b8bef2a46dac43f7bea41eb33612fd.tar.gz puppet-nodo-0427a314c3b8bef2a46dac43f7bea41eb33612fd.tar.bz2 |
Utils: more cleanup and organization
Diffstat (limited to 'manifests/utils/interface.pp')
-rw-r--r-- | manifests/utils/interface.pp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index a9f3520..20207e6 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -2,24 +2,24 @@ class nodo::utils::interface inherits nodo::utils::interface::console { # Interface package { [ 'awesome', + 'awesome-extra', 'weather-util', 'conky', + 'conky-all', 'xscreensaver', 'x11-apps', - 'conky-all', - 'gtk-theme-switch', - 'gtk-smooth-themes', - 'lxappearance', 'xdotool', 'xtitle', 'xclip', - 'pcmanfm', - 'awesome-extra', - 'numlockx', - 'wmctrl', 'xsel', + 'numlockx', 'autocutsel', 'parcellite', + #'gtk-theme-switch', + #'gtk-smooth-themes', + #'lxappearance', + #'wmctrl', + #'pcmanfm', #'xinput', #'metar', #'i3', |