aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-26 23:39:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-26 23:39:35 -0300
commit200e5232371be8b717d0d4d0a7d06cdc87ee7167 (patch)
tree35d0f1cdb268cff80653eb040045cf390a2943fd
parent9cd084f24eb9fd81cdaae86a497b04e9f0469300 (diff)
downloadpuppet-nodo-200e5232371be8b717d0d4d0a7d06cdc87ee7167.tar.gz
puppet-nodo-200e5232371be8b717d0d4d0a7d06cdc87ee7167.tar.bz2
Adds xdotool
-rw-r--r--manifests/utils/interface.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index e772a17..b166b30 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -2,7 +2,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
# Interface
package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky',
'xterm', 'xscreensaver', 'thunar', 'x11-apps', 'conky-all',
- 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
+ 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', 'xdotool',
'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx',
'metar', 'wmctrl', 'xsel', 'xinput', 'i3' ]:
ensure => installed,