From 67a74901332188a183255e1e7171bea451c7468f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Sep 2014 10:37:35 -0300 Subject: Adding xinput into nodo::utils::interface::console --- manifests/utils/interface.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3