aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/interface.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-23 21:42:53 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-23 21:42:53 -0200
commita0139760cc478d3ff81aa9581245415097942d39 (patch)
tree969999ae929d7654286d6bca8f6e795efbf2b2f0 /manifests/subsystems/utils/interface.pp
parent9d279e9dd9b86be0c3cbf577064fc94f3d775c1f (diff)
downloadpuppet-nodo-a0139760cc478d3ff81aa9581245415097942d39.tar.gz
puppet-nodo-a0139760cc478d3ff81aa9581245415097942d39.tar.bz2
Adding more classes for utilities
Diffstat (limited to 'manifests/subsystems/utils/interface.pp')
-rw-r--r--manifests/subsystems/utils/interface.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp
new file mode 100644
index 0000000..938b87f
--- /dev/null
+++ b/manifests/subsystems/utils/interface.pp
@@ -0,0 +1,8 @@
+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' ]:
+ ensure => installed,
+ }
+}