summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2012-11-06Fix indentationstephen
2012-11-06have the module fail on unsupported osstephen
2012-11-04Trivial fix for style, and made the README and comment match upBill Weiss
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.
2012-10-09Added support for Amazon linuxActionJack
2012-07-01added fedora supportOhad Levy
2012-05-14(#14492) Update formatting of the NTP moduleWill Hopper
to reflect Puppet Labs best practices
2012-05-13(#14457) Add FreeBSD support for the NTP classWill Hopper
2012-02-19change unqualified variable names into scoped ones.Walter Heck
2011-11-10(#10707) Update documentation for amazon linux supportDan Bode
updates the docs to indicate that Amazon Linux has been tested.
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-02-23Add Enterprise Linux supportv0.0.2Jeff 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