summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-13fix panic parameter in virtual machinesMichael Moll
As facts are always strings, quoting is required here.
2013-07-12Merge pull request #71 from apenney/100-release1.0.0Hunter Haugen
Prepare the 1.0.0 release.
2013-07-12Prepare the 1.0.0 release.Ashley Penney
2013-07-12Merge pull request #69 from simonsd/masterAshley Penney
Archlinux now also has an osfamily fact
2013-07-12fixup spec tests for ArchlinuxDave Simons
Signed-off-by: Dave Simons <dave@inuits.eu>
2013-07-11Merge pull request #70 from nanliu/cleanupAshley Penney
Clean up README to use puppet highlight.
2013-07-11Clean up README to use puppet highlight.Nan Liu
2013-07-10Merge pull request #68 from apenney/rc-fixesAshley Penney
Formatting fixes for the rc
2013-07-10Use scope.lookupvar for this to look in the right place.Ashley Penney
2013-07-10Fix extra blank line.Ashley Penney
2013-07-10Fix examples to use single quotes.Ashley Penney
2013-07-10Remove placeholder file.Ashley Penney
2013-07-10Ensure the spacing between class and ( is consistent.Ashley Penney
2013-07-10Archlinux now also has osfamily factDave Simons
Signed-off-by: Dave Simons <dave@inuits.eu>
2013-07-09Merge pull request #67 from apenney/rcAshley Penney
Fix version.
2013-07-09Fix the travis secure field.Ashley Penney
2013-07-09Fix version.1.0.0-rc1Ashley Penney
2013-07-09Merge pull request #66 from apenney/refactor-round-1Ashley Penney
WIP: Refactoring of NTP module
2013-07-09Bump to rc candidate.Ashley Penney
2013-07-09Add panic as a new parameter in case people want to allow clock skews.Ashley Penney
2013-07-09Fix up changelog.Ashley Penney
2013-07-09Fix up travis for more testing.Ashley Penney
2013-07-09Add service checks.Ashley Penney
2013-07-09Improve the rspec-system tests, making sure we test for the packageAshley Penney
being installed and the config file at least makes basic sense.
2013-07-09Add some basic tests.Ashley Penney
2013-07-09Add rspec-system framework.Ashley Penney
2013-07-09Rewrite the README and prepare the CHANGELOG.Ashley Penney
2013-07-09Rename parameters, remove outdated documentation, and adds inherit toAshley Penney
ntp on the child classes.
2013-07-09Rewrite the spec tests to cover the 4 different classes and improve aAshley Penney
few missing gaps in the testing.
2013-07-08Ensure the rename is done everywhere and wrap the service in aAshley Penney
manage_service param.
2013-07-08Rename package_ensure to ensure_package.Ashley Penney
Add the anchor pattern. Move the deprecation warning out of params to init.
2013-07-05Add Gentoo support. (And reformat archlinux vars)Ashley Penney
2013-07-05Fix specs now things are renamed.Ashley Penney
2013-07-05Some syntax fixes as well as deprecate autoupdate.Ashley Penney
2013-07-05Ensure that users can pass in templates from outside of the ntp module.Ashley Penney
2013-07-05Rework specs to pass with renamed params.Ashley Penney
2013-07-05Rename all the servers_real functions to servers.Ashley Penney
2013-07-05Add ntp::service, a class to manage the ntp service.Ashley Penney
2013-07-05Refactor out the main ntp class to break it up into 4 smaller ones.Ashley Penney
2013-07-05Add ntp::params, a place to centralize all configuration information.Ashley Penney
2013-07-05Add ntp::install, a class to manage the ntp packages.Ashley Penney
2013-07-05Add ntp::config, a class to manage the ntp configuration file.Ashley Penney
2013-06-10Merge pull request #62 from c00w/masterHunter Haugen
Fix NTP templates to use @
2013-05-25User @servers_real instead of servers_real to avoid warningsColin Rice
2013-04-04Merge pull request #54 from puppetlabs/spec_test/pull_49Ryan Coleman
Add test for virtual machines and local clocks
2013-04-04Merge 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-04Add test for virtual machines and local clocksRyan 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-04Merge pull request #53 from puppetlabs/release_0.3.0Ryan Coleman
Release version 0.3.0
2013-04-04Release version 0.3.00.3.0Ryan 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-04Merge pull request #52 from puppetlabs/travis_updateRyan Coleman
Update Travis.YML