Age | Commit message (Collapse) | Author |
|
The templates had #each methods being called on strings which is not ruby-1.9.2
compatible. Instead, I've converted the string to an array using a pattern that
is still compatible if an array is passed.
|
|
(#11152) Create temporary puppetconf area with empty manifests/site.pp
|
|
Without a manifests/site.pp file for Puppet to read we get rspec testing
errors. This patch creates a temporary directory and creates an empty site.pp
to avoid this.
|
|
Update CHANGELOG for 0.0.4 release
|
|
|
|
(#10846) add spec tests for ntp class
|
|
This commit adds some unit tests for the
ntp class.
Also adds a rakefile for running the spec tests
|
|
(#10707) Update documentation for amazon linux support
|
|
updates the docs to indicate that Amazon Linux has been tested.
|
|
(#10707) Add os linux to el list
|
|
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.
|
|
* ticket/master/1_should_allow_relationships:
Add Apache Version 2.0 LICENSE file
Update Modulefile for move to Puppet Labs
(#1) Add example test using relationships.
|
|
|
|
|
|
Switch version to 0.0.3 to follow semantic versioning rules.
Update the metadata to finish replacing jeffmccune with puppetlabs.
|
|
This example test illustrates how the end user of the module is expected
to consume the module. Two relationships are present, the notify
resources should always be evaluated in the correct and specified order.
|
|
* feature/master/move_to_puppetlabs:
Update README
Remove metadata.json from the repository
Rename module from jeffmccune to puppetlabs
|
|
|
|
This file is automatically generated during the module build process.
It should be ignored by git and removed from the repository.
|
|
This simply s/jeffmccune/puppetlabs/ on the Modulefile
|
|
|
|
|
|
|
|
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.
|
|
|