aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-05-09 14:03:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-05-09 14:03:42 -0300
commitfcf2461e8fb648f1ef1d24c3ac643fbeabc5dd7f (patch)
treeff8a3116e08643b0cb4e75ab63872133e8359b55 /manifests
parent4292ef561feabb22e059dce51fd886bebb04510f (diff)
downloadpuppet-nodo-fcf2461e8fb648f1ef1d24c3ac643fbeabc5dd7f.tar.gz
puppet-nodo-fcf2461e8fb648f1ef1d24c3ac643fbeabc5dd7f.tar.bz2
Adding lxappearance into utils::interface
Diffstat (limited to 'manifests')
-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 938b87f..31ef757 100644
--- a/manifests/subsystems/utils/interface.pp
+++ b/manifests/subsystems/utils/interface.pp
@@ -2,7 +2,7 @@ class utils::interface {
# Interface
package { [ 'awesome', 'eterm', 'fluxbox', 'gdm', 'conky',
'xterm', 'bash-completion', 'xfonts-terminus', 'xscreensaver', 'rxvt-unicode',
- 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt' ]:
+ 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance' ]:
ensure => installed,
}
}