Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razorsedge/puppet-lsb
Puppet module to install Linux Standards Base support.
https://github.com/razorsedge/puppet-lsb
Last synced: about 2 months ago
JSON representation
Puppet module to install Linux Standards Base support.
- Host: GitHub
- URL: https://github.com/razorsedge/puppet-lsb
- Owner: razorsedge
- License: other
- Created: 2012-12-12T14:55:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T17:25:54.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T15:54:52.003Z (3 months ago)
- Language: Ruby
- Homepage: http://forge.puppetlabs.com/razorsedge/lsb
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Puppet Linux Standards Base Module
==================================master branch: [![Build Status](https://secure.travis-ci.org/razorsedge/puppet-lsb.png?branch=master)](http://travis-ci.org/razorsedge/puppet-lsb)
develop branch: [![Build Status](https://secure.travis-ci.org/razorsedge/puppet-lsb.png?branch=develop)](http://travis-ci.org/razorsedge/puppet-lsb)Introduction
------------This module installs minimal Linux Standards Base (LSB) support to allow facter to present the LSB facts lsbdistcodename, lsbdistdescription, lsbdistid, lsbdistrelease, lsbmajdistrelease, and lsbrelease. It can also install full LSB support if required.
Actions:
* Installs the LSB package.
OS Support:
* RedHat family - tested on CentOS 5.5+ and CentOS 6.2+
* SuSE family - should work
* Debian family - should workClass documentation is available via puppetdoc.
Examples
--------Install minimal LSB support for facter facts:
class { 'lsb': }
Install full LSB support:
class { 'lsb':
install_full_lsb_support => true,
}Notes
-----* None
Issues
------* None
TODO
----* None
Contributing
------------Please see CONTRIBUTING.md for contribution information.
License
-------Please see LICENSE file.
Copyright
---------Copyright (C) 2012 Mike Arnold
[razorsedge/puppet-lsb on GitHub](https://github.com/razorsedge/puppet-lsb)
[razorsedge/lsb on Puppet Forge](http://forge.puppetlabs.com/razorsedge/lsb)