diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-29 16:50:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-29 16:50:00 -0300 |
commit | 3a2b922df895b204e14ab8e7cb51661e4956cbc4 (patch) | |
tree | ca7453b849008ec71dd47cccaed73b14e57c0c25 /manifests/utils/interface.pp | |
parent | adc3ab327f85f7d9c583d8b79b2cac22345c148f (diff) | |
parent | da49436db33d551c0c0bb09918697102e17f4ec8 (diff) | |
download | puppet-nodo-3a2b922df895b204e14ab8e7cb51661e4956cbc4.tar.gz puppet-nodo-3a2b922df895b204e14ab8e7cb51661e4956cbc4.tar.bz2 |
Merge branch 'master' into feature/autoload
Diffstat (limited to 'manifests/utils/interface.pp')
-rw-r--r-- | manifests/utils/interface.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index 90d6020..1a1d265 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -1,10 +1,10 @@ class nodo::utils::interface inherits nodo::utils::interface::console { # Interface package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky', - 'xterm', 'xscreensaver', 'thunar', 'x11-apps', + 'xterm', 'xscreensaver', 'thunar', 'x11-apps', 'conky-all', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx', - 'metar', 'wmctrl', 'xsel', 'xinput' ]: + 'metar', 'wmctrl', 'xsel', 'xinput', 'i3' ]: ensure => installed, } |