aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/common/manifests/i18n.pp
blob: cf5118622d0929c797355a065b6e8c9b48b87a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
class common::i18n {
    package { 'locales-en': }

    # push the locale everywhere, as it affect facter
    file { '/etc/sysconfig/i18n':
        content => template('common/i18n'),
    }

    file { '/etc/locale.conf':
        content => template('common/locale.conf'),
    }