aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-09 12:15:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-09 12:15:18 -0300
commitf3c7c26329edfdaa6ac32b6c7555198130876782 (patch)
tree4b586bd3174e6db406a35426ac5fefe74ff1755f
parentf5a3a15f6fc48212a3b03c1f9fef09050e4e1899 (diff)
downloadpuppet-nodo-f3c7c26329edfdaa6ac32b6c7555198130876782.tar.gz
puppet-nodo-f3c7c26329edfdaa6ac32b6c7555198130876782.tar.bz2
Add i3 package
-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 3a165a9..1a1d265 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', 'conky-all',
'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx',
- 'metar', 'wmctrl', 'xsel', 'xinput' ]:
+ 'metar', 'wmctrl', 'xsel', 'xinput', 'i3' ]:
ensure => installed,
}