Version information
released Feb 27th 2017
This version is compatible with:
- Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 3.0.0 < 5.0.0
- , , ,
Start using this module
Add this module to your Puppetfile:
mod 'ghoneycutt-localization', '1.2.0'
Learn more about managing modules with a PuppetfileDocumentation
ghoneycutt/localization — version 1.2.0 Feb 27th 2017
puppet-module-localization
===
Ensure installation of language related packages.
===
Compatibility
This module is built for use with Puppet v3 and v4 on systems that can specify a list of packages to be ensured.
===
Usage
include ::localization
Parameters
Class: localization
languages
Hash of languages with their respective packages.
- Default: undef
Define: localization::lang
packages
Required string or array of packages to be installed.
===
Example Hiera configuration
Install Swedish language on EL 5
localization::languages:
'sv':
packages:
- aspell-sv
- kde-i18n-Swedish
Install Swedish language on EL 6
localization::languages:
'sv':
packages:
- eclipse-nls-sv
- hunspell-sv
- kde-i18n-Swedish
- kde-l10n-Swedish
Dependencies
- puppetlabs/stdlib (>= 4.6.0 < 6.0.0)
Copyright (C) 2013-2017 Garrett Honeycutt <code@garretthoneycutt.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.