diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-04-18 17:46:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-04-18 17:46:54 -0300 |
commit | 166e0ebda1d0636240b64507d548c9b4bff31b0e (patch) | |
tree | 68df1ccb350aedfe3dfcd4e7c725cbb07d2b7f88 /manifests | |
parent | 19229fcee52b1843341efcdba5715d246dd77ab8 (diff) | |
download | puppet-nodo-166e0ebda1d0636240b64507d548c9b4bff31b0e.tar.gz puppet-nodo-166e0ebda1d0636240b64507d548c9b4bff31b0e.tar.bz2 |
Adding locale class
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodo.pp | 1 | ||||
-rw-r--r-- | manifests/subsystems/utils.pp | 4 |
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, } |