diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-06 11:01:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-06 11:01:03 -0300 |
commit | cdc6a12b559f487bdfd43da15bcaa022118666c6 (patch) | |
tree | 6abeac5c58ee065b81d7895b0038db94a532e484 /manifests/subsystems/utils/interface.pp | |
parent | ec5af1077169e385681248c05f0ce8fbd6363849 (diff) | |
download | puppet-nodo-cdc6a12b559f487bdfd43da15bcaa022118666c6.tar.gz puppet-nodo-cdc6a12b559f487bdfd43da15bcaa022118666c6.tar.bz2 |
Adding xserver-xephyr into utils::interface
Diffstat (limited to 'manifests/subsystems/utils/interface.pp')
-rw-r--r-- | manifests/subsystems/utils/interface.pp | 2 |
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, } |