Skip to content

Wrapper classes created for supporting systems like Foreman when dealing with defined types.

License

Notifications You must be signed in to change notification settings

sfu-rcg/puppet-sfu_wrappers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-sfu_wrappers

sfu_wrappers Package install with puppet on Centos 6 & 7 - supports repositories and versions

Documentation

Documentation for this and related projects can be found online at the https://github.com/sfu-rcg/

Installation

This module only contains wrapper classes for other modules

Usage

#Defaults for this module contains the repo listed in the params class and defaults to latest package version. This may be overridden in your puppet configs by calling any of the following:

```puppet

class { 'sfu_wrappers':

ensure_version => '2.1.4'

}

```

or

```puppet

class { 'sfu_wrappers':

required_repos => 'epel,nux-dextop'

}

```

#You can use one or both values

#If using hiera or the foreman to provide YAML values

```yaml

---

classes:

sfu_wrappers:

ensure_version: 2.1.4-6.el7.nux

```

In the foreman you can assign an override to the parameters in this class and it will function properly

Developing and Contributing

We'd love to get contributions from you! We're always curious how we can make this more functional and modular for everyone's greater good in systems' automation

License

See LICENSE.md file.

Support

There is no expectation of support for this module but we will in all attempts work on maintaining it to support our wide uses of linux

About

Wrapper classes created for supporting systems like Foreman when dealing with defined types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published