From: Silvio Rhatto Date: Thu, 5 Jun 2014 22:21:30 +0000 (-0300) Subject: Adding wmctrl into nodo::utils::interface X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b40ef6eb02be9073843a16a8ba4f3ad7ab94d425;p=puppet-nodo.git Adding wmctrl into nodo::utils::interface --- 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, }