aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-18 20:16:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-18 20:16:05 -0300
commitfd6ef48611dd3c2efe077dba909a91882e89a56b (patch)
treec0aac20e029db665bfad9ad267830e66f59cb886 /manifests/subsystems
parent66026c0f35d42f1a02a8e7b1a36cbc8acc867cd9 (diff)
downloadpuppet-nodo-fd6ef48611dd3c2efe077dba909a91882e89a56b.tar.gz
puppet-nodo-fd6ef48611dd3c2efe077dba909a91882e89a56b.tar.bz2
Adding more fonts into utils::interface
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/utils/interface.pp10
1 files changed, 7 insertions, 3 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp
index de132a8..8b436f9 100644
--- a/manifests/subsystems/utils/interface.pp
+++ b/manifests/subsystems/utils/interface.pp
@@ -1,10 +1,14 @@
class utils::interface {
# Interface
package { [ 'awesome', 'eterm', 'fluxbox', 'gnome-terminal', 'conky',
- 'xterm', 'bash-completion', 'xfonts-terminus', 'xscreensaver', 'rxvt-unicode',
+ 'xterm', 'bash-completion', 'tmux', 'xscreensaver', 'rxvt-unicode',
'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
- 'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx',
- 'tmux' ]:
+ 'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx' ]
+ ensure => installed,
+ }
+
+ # Fonts
+ package { [ 'xfonts-terminus', 'ttf-bitstream-vera', 'ttf-inconsolata' ]:
ensure => installed,
}
}