Age | Commit message (Collapse) | Author |
|
Puppet-lint was complaining about "ensure found on line but it's not the
first attribute on line 109". Trivial fix (swapped the ensure and the
name).
Also, the README didn't mention Debian or CentOS, but the comment block
in init.pp did. I added both to the README. I happen to be using this
with Debian unstable, but I haven't tested it extensively enough to say
"yep, this works". It, however, works for me.
|
|
|
|
|
|
to reflect Puppet Labs best practices
|
|
|
|
|
|
updates the docs to indicate that Amazon Linux has been tested.
|
|
This patch adds amazon linux support
by adding 'linux' to the list of platforms
that are from the redhat os family.
Currently amazon linux is showing up as
operatingsystem linux. This manifest will
need to be updated when platform detection with
facter works properly in the future.
|
|
|
|
Added example for autoupdate and centos testing
support.
|
|
This module will be published to the forge and includes Debian and
Ubuntu support initially.
RedHat support will be added shortly.
|
|
|