Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-29 | Add tests for the new keys options. | Ashley Penney | |
2013-07-29 | Remove all the distribution specific templates. | Ashley Penney | |
Add a single ntp.conf.erb as the standard template going forward, to ease the maintenance burden of adding features to this module. | |||
2013-07-29 | Add new parameters to allow more flexible configuration. | Ashley Penney | |
`driftfile` [String]: Allows the setting of the driftfile location. `keys_enable` [Boolean]: Should the ntp keys option be enabled? `keys_file` [String]: Where are the keys stored? `keys_trusted` [Array]: List of keys to trust. `keys_requestkey` [String]: Request key to use. `keys_controlkey` [String]: Control key to use. If keys_enable is set then the directory that keysfile is stored in is created (recursively). Currently we don't manage the keys file but that is an option to be added. | |||
2013-07-22 | Merge pull request #79 from 3flex/fix-bug-number-typo | Ashley Penney | |
correct anchor pattern bug number | |||
2013-07-21 | correct anchor pattern bug number | Matthew Haughton | |
2013-07-15 | Merge pull request #75 from apenney/101-release1.0.1 | Hunter Haugen | |
Prepare a quick 1.0.1 release to fix a quoting issue. | |||
2013-07-15 | Prepare a quick 1.0.1 release to fix a quoting issue. | Ashley Penney | |
2013-07-15 | Merge pull request #73 from gwis/update-deprecation-notice | Ashley Penney | |
Correct deprecation notice to mention 'package_ensure' | |||
2013-07-15 | Merge pull request #72 from mmoll/virtual_panic | Ashley Penney | |
fix panic parameter in virtual machines | |||
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 #71 from apenney/100-release1.0.0 | Hunter Haugen | |
Prepare the 1.0.0 release. | |||
2013-07-12 | Prepare the 1.0.0 release. | Ashley Penney | |
2013-07-12 | Merge pull request #69 from simonsd/master | Ashley Penney | |
Archlinux now also has an osfamily fact | |||
2013-07-12 | fixup spec tests for Archlinux | Dave Simons | |
Signed-off-by: Dave Simons <dave@inuits.eu> | |||
2013-07-11 | Merge pull request #70 from nanliu/cleanup | Ashley Penney | |
Clean up README to use puppet highlight. | |||
2013-07-11 | Clean up README to use puppet highlight. | Nan Liu | |
2013-07-10 | Merge pull request #68 from apenney/rc-fixes | Ashley Penney | |
Formatting fixes for the rc | |||
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-10 | Archlinux now also has osfamily fact | Dave Simons | |
Signed-off-by: Dave Simons <dave@inuits.eu> | |||
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 | |