Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yano3/puppet-sl
Module for installing SL
https://github.com/yano3/puppet-sl
puppet
Last synced: 4 months ago
JSON representation
Module for installing SL
- Host: GitHub
- URL: https://github.com/yano3/puppet-sl
- Owner: yano3
- License: mit
- Created: 2017-11-24T02:57:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T03:52:08.000Z (over 6 years ago)
- Last Synced: 2024-04-25T02:03:48.272Z (10 months ago)
- Topics: puppet
- Language: Ruby
- Homepage: https://forge.puppet.com/yano3/sl
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SL Puppet Module
[![CircleCI](https://circleci.com/gh/yano3/puppet-sl.svg?style=shield)](https://circleci.com/gh/yano3/puppet-sl)
[![Puppet Forge](https://img.shields.io/puppetforge/v/yano3/sl.svg?style=flat-square)](https://forge.puppet.com/yano3/sl)#### Table of Contents
1. [Description](#description)
2. [Setup - The basics of getting started with sl](#setup)
* [Beginning with sl](#beginning-with-sl)
3. [Usage - Configuration options and additional functionality](#usage)
4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
5. [Limitations - OS compatibility, etc.](#limitations)
6. [Development - Guide for contributing to the module](#development)## Description
Puppet module for installing [SL(1)](https://github.com/mtoyoda/sl).
## Setup
### Beginning with sl
```
include ::sl
```## Usage
```
include ::sl
```## Reference
### Public Classes
- `sl`: Installs the sl package.
### Private Classes
- `sl::install`: Installs the sl package.
## Limitations
This module has been tested on:
- CentOS 7
## Development
Bug reports and pull requests are welcome on GitHub at https://github.com/yano3/puppet-sl.