diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-05 19:21:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-05 19:21:30 -0300 |
commit | b40ef6eb02be9073843a16a8ba4f3ad7ab94d425 (patch) | |
tree | b3a8b4edd8849d6af1d267e989b138986707a000 /manifests | |
parent | eb20c1cf82a57df7510995274cfff4eed017f8c7 (diff) | |
download | puppet-nodo-b40ef6eb02be9073843a16a8ba4f3ad7ab94d425.tar.gz puppet-nodo-b40ef6eb02be9073843a16a8ba4f3ad7ab94d425.tar.bz2 |
Adding wmctrl into nodo::utils::interface
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 77f2dc4..c48d4cd 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -4,7 +4,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console { 'xterm', 'xscreensaver', 'thunar', 'x11-apps', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx', - 'metar' ]: + 'metar', 'wmctrl' ]: ensure => installed, } |