summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-15 * v0.0.4v0.0.4Dan Bode
Update CHANGELOG and Modulefile for v0.0.4
2011-11-15(#10846) add spec tests for ntp classDan Bode
This commit adds some unit tests for the ntp class. Also adds a rakefile for running the spec tests
2011-11-10Merge pull request #5 from bodepd/10707_amazon_linux_support_docsGarrett Honeycutt
(#10707) Update documentation for amazon linux support
2011-11-10(#10707) Update documentation for amazon linux supportDan Bode
updates the docs to indicate that Amazon Linux has been tested.
2011-11-10Merge pull request #4 from bodepd/10707_amazon_linux_supportGarrett Honeycutt
(#10707) Add os linux to el list
2011-11-10(#10707) Add os linux to el listDan Bode
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.
2011-06-16Merge branch 'ticket/master/1_should_allow_relationships'v0.0.3Jeff McCune
* 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.
2011-06-16Update CHANGELOG for 0.0.3 releaseJeff McCune
2011-06-16Add Apache Version 2.0 LICENSE fileJeff McCune
2011-06-16Update Modulefile for move to Puppet LabsJeff McCune
Switch version to 0.0.3 to follow semantic versioning rules. Update the metadata to finish replacing jeffmccune with puppetlabs.
2011-06-16(#1) Add example test using relationships.Jeff McCune
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.
2011-06-16Merge branch 'feature/master/move_to_puppetlabs'Jeff McCune
* feature/master/move_to_puppetlabs: Update README Remove metadata.json from the repository Rename module from jeffmccune to puppetlabs
2011-06-16Update READMEJeff McCune
2011-06-16Remove metadata.json from the repositoryJeff McCune
This file is automatically generated during the module build process. It should be ignored by git and removed from the repository.
2011-06-16Rename module from jeffmccune to puppetlabsJeff McCune
This simply s/jeffmccune/puppetlabs/ on the Modulefile
2011-02-23Update Modulefile for 1.0.2 releaseJeff McCune
2011-02-23Add Enterprise Linux supportv0.0.2Jeff McCune
2011-02-23Author and name to operatorJeff McCune
2011-02-23Updated documentation in ntp class header.Jeff McCune
Added example for autoupdate and centos testing support.
2011-02-23Add ntp debian module.Jeff McCune
This module will be published to the forge and includes Debian and Ubuntu support initially. RedHat support will be added shortly.
2011-02-23Initial commitJeff McCune