/[adm]/puppet/deployment/common/manifests/i18n.pp
ViewVC logotype

Contents of /puppet/deployment/common/manifests/i18n.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2499 - (show annotations) (download)
Thu Mar 15 22:55:10 2012 UTC (12 years, 1 month ago) by misc
File size: 192 byte(s)
split module common into multiple files
1 class common::i18n {
2 package { 'locales-en': }
3
4 # push the locale everywhere, as it affect facter
5 file { '/etc/sysconfig/i18n':
6 content => template('common/i18n'),
7 }
8 }

  ViewVC Help
Powered by ViewVC 1.1.30