diff options
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, } |