aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-03-06 11:05:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-03-06 11:05:24 -0300
commit55197a45575331bb0a4b68dbcc07f942e0f2275d (patch)
treed6cc3f03b3c080436b25cbc7d4fc447847e12473
parentcdc6a12b559f487bdfd43da15bcaa022118666c6 (diff)
downloadpuppet-nodo-55197a45575331bb0a4b68dbcc07f942e0f2275d.tar.gz
puppet-nodo-55197a45575331bb0a4b68dbcc07f942e0f2275d.tar.bz2
Rollback: xephyr is already installed by default
-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 8a1e00f..b19456d 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', 'xserver-xephyr, ]:
+ 'x11-apps' ]:
ensure => installed,
}