diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-09-19 10:37:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-09-19 10:37:35 -0300 |
commit | 67a74901332188a183255e1e7171bea451c7468f (patch) | |
tree | a9e4786af01c6cb3525b6999b176d7756b724cd8 /manifests | |
parent | e625a29cda52201a43e6428d3556a828d4b154a7 (diff) | |
download | puppet-nodo-67a74901332188a183255e1e7171bea451c7468f.tar.gz puppet-nodo-67a74901332188a183255e1e7171bea451c7468f.tar.bz2 |
Adding xinput into nodo::utils::interface::console
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 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, } |