aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-03-06 11:01:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-03-06 11:01:03 -0300
commitcdc6a12b559f487bdfd43da15bcaa022118666c6 (patch)
tree6abeac5c58ee065b81d7895b0038db94a532e484
parentec5af1077169e385681248c05f0ce8fbd6363849 (diff)
downloadpuppet-nodo-cdc6a12b559f487bdfd43da15bcaa022118666c6.tar.gz
puppet-nodo-cdc6a12b559f487bdfd43da15bcaa022118666c6.tar.bz2
Adding xserver-xephyr into utils::interface
-rw-r--r--manifests/subsystems/utils/interface.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp
index b19456d..8a1e00f 100644
--- a/manifests/subsystems/utils/interface.pp
+++ b/manifests/subsystems/utils/interface.pp
@@ -4,7 +4,7 @@ class utils::interface {
'xterm', 'bash-completion', 'tmux', 'xscreensaver', 'thunar',
'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx',
- 'x11-apps' ]:
+ 'x11-apps', 'xserver-xephyr, ]:
ensure => installed,
}