diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 22:17:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 22:17:01 -0300 |
commit | fb23e633eef960e32ac70751472e9348e65ad847 (patch) | |
tree | a565a6cb0c2ab25315a296e0a69941a1cc8e4c2a | |
parent | 9761852e695e460482066792a0dc35f74b2b7c86 (diff) | |
download | puppet-nodo-fb23e633eef960e32ac70751472e9348e65ad847.tar.gz puppet-nodo-fb23e633eef960e32ac70751472e9348e65ad847.tar.bz2 |
Adding xclip into utils::interface
-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 f02da13..6b28aac 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -3,7 +3,7 @@ class utils::interface { package { [ 'awesome', 'eterm', 'fluxbox', 'gnome-terminal', 'conky', 'xterm', 'bash-completion', 'xfonts-terminus', 'xscreensaver', 'rxvt-unicode', 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', - 'xtitle' ]: + 'xtitle', 'xclip' ]: ensure => installed, } } |