aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-04-18 17:46:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-04-18 17:46:54 -0300
commit166e0ebda1d0636240b64507d548c9b4bff31b0e (patch)
tree68df1ccb350aedfe3dfcd4e7c725cbb07d2b7f88 /manifests
parent19229fcee52b1843341efcdba5715d246dd77ab8 (diff)
downloadpuppet-nodo-166e0ebda1d0636240b64507d548c9b4bff31b0e.tar.gz
puppet-nodo-166e0ebda1d0636240b64507d548c9b4bff31b0e.tar.bz2
Adding locale class
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodo.pp1
-rw-r--r--manifests/subsystems/utils.pp4
2 files changed, 3 insertions, 2 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp
index 1b0b012..56f1797 100644
--- a/manifests/nodo.pp
+++ b/manifests/nodo.pp
@@ -9,6 +9,7 @@ class nodo {
include utils
include cron
include hosts
+ include locale
# Set timezone and ntp config
#
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp
index 527015d..7cc3185 100644
--- a/manifests/subsystems/utils.pp
+++ b/manifests/subsystems/utils.pp
@@ -31,7 +31,7 @@ class utils::personal {
package { [ 'awesome', 'alsa-tools-gui', 'mutt',
'irssi', 'offlineimap', 'wyrd',
'mp3blaster', 'iceweasel', 'eterm',
- 'libpam-mount', 'locales', 'fluxbox',
+ 'libpam-mount', 'debhelper', 'fluxbox',
'gdm', 'ecryptfs-utils', 'newsbeuter',
'bitlbee', 'nicotine', 'silc',
'irssi-plugin-silc', 'conky', 'rxvt',
@@ -48,7 +48,7 @@ class utils::personal {
'broffice.org', 'mozilla-firefox-adblock', 'cups-client',
'amarok', 'mc', 'wodim',
'genisoimage', 'dvd+rw-tools', 'inkscape',
- 'python-stdeb', 'debhelper' ]:
+ 'python-stdeb' ]:
ensure => installed,
}