Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-15 | Merge pull request #73 from gwis/update-deprecation-notice | Ashley Penney | |
Correct deprecation notice to mention 'package_ensure' | |||
2013-07-14 | Correct deprecation notice to mention 'package_ensure' | Gordon Stratton | |
2013-07-13 | fix panic parameter in virtual machines | Michael Moll | |
As facts are always strings, quoting is required here. | |||
2013-07-12 | Merge pull request #69 from simonsd/master | Ashley Penney | |
Archlinux now also has an osfamily fact | |||
2013-07-11 | Clean up README to use puppet highlight. | Nan Liu | |
2013-07-10 | Ensure the spacing between class and ( is consistent. | Ashley Penney | |
2013-07-10 | Archlinux now also has osfamily fact | Dave Simons | |
Signed-off-by: Dave Simons <dave@inuits.eu> | |||
2013-07-09 | Add panic as a new parameter in case people want to allow clock skews. | Ashley Penney | |
2013-07-09 | Rename parameters, remove outdated documentation, and adds inherit to | Ashley Penney | |
ntp on the child classes. | |||
2013-07-08 | Ensure the rename is done everywhere and wrap the service in a | Ashley Penney | |
manage_service param. | |||
2013-07-08 | Rename package_ensure to ensure_package. | Ashley Penney | |
Add the anchor pattern. Move the deprecation warning out of params to init. | |||
2013-07-05 | Add Gentoo support. (And reformat archlinux vars) | Ashley Penney | |
2013-07-05 | Some syntax fixes as well as deprecate autoupdate. | Ashley Penney | |
2013-07-05 | Ensure that users can pass in templates from outside of the ntp module. | Ashley Penney | |
2013-07-05 | Add ntp::service, a class to manage the ntp service. | Ashley Penney | |
2013-07-05 | Refactor out the main ntp class to break it up into 4 smaller ones. | Ashley Penney | |
2013-07-05 | Add ntp::params, a place to centralize all configuration information. | Ashley Penney | |
2013-07-05 | Add ntp::install, a class to manage the ntp packages. | Ashley Penney | |
2013-07-05 | Add ntp::config, a class to manage the ntp configuration file. | Ashley Penney | |
2013-03-08 | Merge pull request #47 from frimik/feature-19418-ntp-template | Adrien Thebo | |
ntp: fixes #19418 - allow template override | |||
2013-02-25 | Add support for Arch Linux | Matt Rogers | |
Add test for package name and presence Fix bad package name for Arch Linux Fix missing comment in config template | |||
2013-02-23 | ntp: fixes #19418 - allow template override | Mikael Fridh | |
This allows a template to be explicitly set. | |||
2013-02-13 | Update Documentation and Purge Extras | Ryan Coleman | |
Commit message from laurenrother Before alterations, this content was the module author-determined description of and instructions for use of the module. As part of a joint Forge/Docs team effort to standardize formatting and encourage quality module documentation, a best practices README template was created via internal and external user testing. That template was then applied to this module. I pulled in content from the original README on GitHub as well as the Forge Module Description. Standard headings were added (Overview, Module Description, Setup, Usage, Implementation, etc.) to organize content, existent content was moved under its appropriate heading and edited for tone/flow/clarity, and basic formatting was done to adhere to template standards. Extraneous, empty READMEs were deleted. | |||
2012-12-10 | Update package-format for support of FreeBSD 9.x | Ryan Coleman | |
This commit comes to you via nrosier but I created a merge conflict with my latest merge and already bothered him with a rebase once. | |||
2012-12-10 | Merge pull request #29 from mmoll/osfamily | Ryan Coleman | |
switch to the 'osfamily' fact | |||
2012-12-10 | Fix service indentation, added parameter documentation | Tony Bussieres | |
2012-12-10 | Add restrict parameter | Hunter Haugen | |
NTP servers should not restrict themselves to 127.0.0.1, and this commit adds a `restrict` parameter to enable/disable this configuration block in the relevent templates. | |||
2012-12-10 | added the enable parameter to the init class, so that one can configure ntp ↵ | Tony Bussieres | |
to start on boot. | |||
2012-12-10 | Fix indentation | stephen | |
2012-12-10 | have the module fail on unsupported os | stephen | |
2012-12-10 | Trivial fix for style, and made the README and comment match up | Bill 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-12-10 | add SuSE support | Michael Moll | |
2012-12-10 | switch to the 'osfamily' fact | Michael Moll | |
2012-12-10 | Merge pull request #34 from hunner/add_restrict | Ryan Coleman | |
Add restrict parameter | |||
2012-11-28 | Add restrict parameter | Hunter Haugen | |
NTP servers should not restrict themselves to 127.0.0.1, and this commit adds a `restrict` parameter to enable/disable this configuration block in the relevent templates. | |||
2012-11-06 | Fix indentation | stephen | |
2012-11-06 | have the module fail on unsupported os | stephen | |
2012-11-04 | Trivial fix for style, and made the README and comment match up | Bill 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-09 | Added support for Amazon linux | ActionJack | |
2012-07-01 | added fedora support | Ohad Levy | |
2012-05-14 | (#14492) Update formatting of the NTP module | Will Hopper | |
to reflect Puppet Labs best practices | |||
2012-05-13 | (#14457) Add FreeBSD support for the NTP class | Will Hopper | |
2012-02-19 | change unqualified variable names into scoped ones. | Walter Heck | |
2011-11-10 | (#10707) Update documentation for amazon linux support | Dan Bode | |
updates the docs to indicate that Amazon Linux has been tested. | |||
2011-11-10 | (#10707) Add os linux to el list | Dan 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-23 | Add Enterprise Linux supportv0.0.2 | Jeff McCune | |
2011-02-23 | Updated documentation in ntp class header. | Jeff McCune | |
Added example for autoupdate and centos testing support. | |||
2011-02-23 | Add 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-23 | Initial commit | Jeff McCune | |