diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-26 23:41:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-26 23:41:54 -0300 |
commit | 1c8b5c5a28677fc7322f8e64c757b79ffe9d7326 (patch) | |
tree | b7fc324c03193af84bffb637c5ef16c3e35150cf /manifests | |
parent | fbdbdd2d8b7bc95b00a01eaa2a2ea3123733fc09 (diff) | |
parent | 200e5232371be8b717d0d4d0a7d06cdc87ee7167 (diff) | |
download | puppet-nodo-1c8b5c5a28677fc7322f8e64c757b79ffe9d7326.tar.gz puppet-nodo-1c8b5c5a28677fc7322f8e64c757b79ffe9d7326.tar.bz2 |
Merge branch 'master' into develop
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/interface.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index e772a17..b166b30 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -2,7 +2,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console { # Interface package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky', 'xterm', 'xscreensaver', 'thunar', 'x11-apps', 'conky-all', - 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', + 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', 'xdotool', 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx', 'metar', 'wmctrl', 'xsel', 'xinput', 'i3' ]: ensure => installed, |