Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-10 | Use scope.lookupvar for this to look in the right place. | Ashley Penney | |
2013-07-10 | Fix extra blank line. | Ashley Penney | |
2013-07-10 | Fix examples to use single quotes. | Ashley Penney | |
2013-07-10 | Remove placeholder file. | Ashley Penney | |
2013-07-10 | Ensure the spacing between class and ( is consistent. | Ashley Penney | |
2013-07-09 | Merge pull request #67 from apenney/rc | Ashley Penney | |
Fix version. | |||
2013-07-09 | Fix the travis secure field. | Ashley Penney | |
2013-07-09 | Fix version.1.0.0-rc1 | Ashley Penney | |
2013-07-09 | Merge pull request #66 from apenney/refactor-round-1 | Ashley Penney | |
WIP: Refactoring of NTP module | |||
2013-07-09 | Bump to rc candidate. | Ashley Penney | |
2013-07-09 | Add panic as a new parameter in case people want to allow clock skews. | Ashley Penney | |
2013-07-09 | Fix up changelog. | Ashley Penney | |
2013-07-09 | Fix up travis for more testing. | Ashley Penney | |
2013-07-09 | Add service checks. | Ashley Penney | |
2013-07-09 | Improve the rspec-system tests, making sure we test for the package | Ashley Penney | |
being installed and the config file at least makes basic sense. | |||
2013-07-09 | Add some basic tests. | Ashley Penney | |
2013-07-09 | Add rspec-system framework. | Ashley Penney | |
2013-07-09 | Rewrite the README and prepare the CHANGELOG. | Ashley Penney | |
2013-07-09 | Rename parameters, remove outdated documentation, and adds inherit to | Ashley Penney | |
ntp on the child classes. | |||
2013-07-09 | Rewrite the spec tests to cover the 4 different classes and improve a | Ashley Penney | |
few missing gaps in the testing. | |||
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 | Fix specs now things are renamed. | 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 | Rework specs to pass with renamed params. | Ashley Penney | |
2013-07-05 | Rename all the servers_real functions to servers. | 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-06-10 | Merge pull request #62 from c00w/master | Hunter Haugen | |
Fix NTP templates to use @ | |||
2013-05-25 | User @servers_real instead of servers_real to avoid warnings | Colin Rice | |
2013-04-04 | Merge pull request #54 from puppetlabs/spec_test/pull_49 | Ryan Coleman | |
Add test for virtual machines and local clocks | |||
2013-04-04 | Merge pull request #49 from ↵ | Ryan Coleman | |
alexjfisher/feature/master/disable_local_clock_for_vms Omit configuration for a local clock as time source if running on a VM. | |||
2013-04-04 | Add test for virtual machines and local clocks | Ryan Coleman | |
This commit provides a spec test for pull request #49 and commit 01273c53f1cf2015c3ff5a9f704828225d900e03 which specifies that virtual machines should not use the local clock. This test attempts to protect against a regression on that statement. | |||
2013-04-04 | Merge pull request #53 from puppetlabs/release_0.3.0 | Ryan Coleman | |
Release version 0.3.0 | |||
2013-04-04 | Release version 0.3.00.3.0 | Ryan Coleman | |
Release 0.3.0 includes fixes to style, a couple bug fixes and adds support for Arch Linux by way of Matt Rogers. | |||
2013-04-04 | Merge pull request #52 from puppetlabs/travis_update | Ryan Coleman | |
Update Travis.YML | |||
2013-04-04 | Update Travis.YML | Ryan Coleman | |
This commit updates to a more modern test matrix and adds the configuration necessary to publish in an automated fashion. | |||
2013-03-08 | Merge pull request #47 from frimik/feature-19418-ntp-template | Adrien Thebo | |
ntp: fixes #19418 - allow template override | |||
2013-03-08 | fixes #19418 - missing fixtures for spec tests | Mikael Fridh | |
2013-02-27 | Omit configuration for a local clock as time source if running on a VM. | Alexander Fisher | |
Quoting http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1006427 'It is also important not to use the local clock as a time source, often referred to as the Undisciplined Local Clock.' | |||
2013-02-25 | Merge branch 'mattr--feature/add-archlinux-support' | Jeff McCune | |
* mattr--feature/add-archlinux-support: Add support for Arch Linux closes #40 | |||
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-25 | Merge pull request #48 from richardc/patch-1 | Ken Barber | |
Restrict the versions and add 3.1 | |||
2013-02-25 | Restrict the versions and add 3.1 | Richard Clamp | |
~> 2.6 will match 2.7 | |||
2013-02-23 | ntp: fixes #19418 - allow template override | Mikael Fridh | |
This allows a template to be explicitly set. |