aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/interface.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/utils/interface.pp')
-rw-r--r--manifests/subsystems/utils/interface.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp
index f5ed070..f02da13 100644
--- a/manifests/subsystems/utils/interface.pp
+++ b/manifests/subsystems/utils/interface.pp
@@ -2,7 +2,8 @@ class utils::interface {
# 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' ]:
+ 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
+ 'xtitle' ]:
ensure => installed,
}
}