From: Silvio Rhatto Date: Fri, 19 Sep 2014 13:37:35 +0000 (-0300) Subject: Adding xinput into nodo::utils::interface::console X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=67a74901332188a183255e1e7171bea451c7468f;p=puppet-nodo.git Adding xinput into nodo::utils::interface::console --- diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index 8d95c11..90d6020 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', 'wmctrl', 'xsel' ]: + 'metar', 'wmctrl', 'xsel', 'xinput' ]: ensure => installed, }