diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-19 17:25:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-19 17:25:23 -0300 |
commit | d65f41dd4039065d577c66a74f3568ecdc9b4694 (patch) | |
tree | c8c568df04a8650d6ebdf1c52bdfcb2faa52246d /manifests/utils | |
parent | 0940df9ac2719a1a4735cb8f4fd5a66b378a8925 (diff) | |
download | puppet-nodo-d65f41dd4039065d577c66a74f3568ecdc9b4694.tar.gz puppet-nodo-d65f41dd4039065d577c66a74f3568ecdc9b4694.tar.bz2 |
Moving bash-completion to nodo::utils
Diffstat (limited to 'manifests/utils')
-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 c43bad7..1b49df5 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -1,7 +1,7 @@ class nodo::utils::interface { # Interface package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky', - 'xterm', 'bash-completion', 'tmux', 'xscreensaver', 'thunar', + 'xterm', 'tmux', 'xscreensaver', 'thunar', 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx', 'x11-apps' ]: |