aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-07-19 22:17:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-07-19 22:17:01 -0300
commitfb23e633eef960e32ac70751472e9348e65ad847 (patch)
treea565a6cb0c2ab25315a296e0a69941a1cc8e4c2a /manifests/subsystems
parent9761852e695e460482066792a0dc35f74b2b7c86 (diff)
downloadpuppet-nodo-fb23e633eef960e32ac70751472e9348e65ad847.tar.gz
puppet-nodo-fb23e633eef960e32ac70751472e9348e65ad847.tar.bz2
Adding xclip into utils::interface
Diffstat (limited to 'manifests/subsystems')
-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 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,
}
}