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

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