summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-13Update Documentation and Purge ExtrasRyan 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.
2013-02-02Merge pull request #42 from blkperl/update_travisKen Barber
Update travis and gemfile to puppetlabs standard
2013-02-02Add build status to the READMEWilliam Van Hevelingen
2013-02-02Update travis and gemfile to puppetlabs standardWilliam Van Hevelingen
2012-12-11Merge pull request #39 from mmoll/fix_cp_errorNan Liu
fix copy/paste error in spec file
2012-12-11fix copy/paste error in spec fileMichael Moll
2012-12-10Merge pull request #38 from puppetlabs/contributing_guideRyan Coleman
Add CONTRIBUTING.md
2012-12-10Add CONTRIBUTING.mdRyan Coleman
This commit adds a brief contributing guide that really links back to the wiki page hosted on projects.puppetlabs.com. This file was added mainly for the GitHub functionality described in this blog post: https://github.com/blog/1184-contributing-guidelines
2012-12-10Merge pull request #37 from puppetlabs/doh/nrosier/patch-1Ryan Coleman
Update package-format for support of FreeBSD 9.x
2012-12-10Update package-format for support of FreeBSD 9.xRyan 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-10Merge pull request #29 from mmoll/osfamilyRyan Coleman
switch to the 'osfamily' fact
2012-12-10Merge pull request #33 from codingtony/masterRyan Coleman
Make service ntp started on boot -> service 'ntp' { enable=>$enable...
2012-12-10Merge remote-tracking branch 'origin_master/master'Tony Bussieres
Conflicts: manifests/init.pp
2012-12-10Fix service indentation, added parameter documentationTony Bussieres
2012-12-10Increment Modulefile for 0.2.0 releaseRyan Coleman
0.2.0 is a backwards compatible feature and bug-fix release. Since 0.1.0, support for Amazon Linux was added, fixes for style were implemented and support was added for tinker_panic. tinker_panic will default to on when the fact is_virtual is true.
2012-12-10Add restrict parameterHunter 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-10added the enable parameter to the init class, so that one can configure ntp ↵Tony Bussieres
to start on boot.
2012-12-10Fix indentationstephen
2012-12-10have the module fail on unsupported osstephen
2012-12-10Trivial 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-12-10add SuSE supportMichael Moll
2012-12-10update unit tests for osfamily factMichael Moll
2012-12-10switch to the 'osfamily' factMichael Moll
2012-12-10Merge pull request #34 from hunner/add_restrictRyan Coleman
Add restrict parameter
2012-12-10Merge pull request #35 from puppetlabs/0.2.0/releaseRyan Coleman
Increment Modulefile for 0.2.0 release
2012-12-10Merge pull request #28 from ↵Ryan Coleman
stephenrjohnson/bug/master/10715_Ntp_fail_unsupported have the module fail on unsupported os
2012-12-10Increment Modulefile for 0.2.0 release0.2.0Ryan Coleman
0.2.0 is a backwards compatible feature and bug-fix release. Since 0.1.0, support for Amazon Linux was added, fixes for style were implemented and support was added for tinker_panic. tinker_panic will default to on when the fact is_virtual is true.
2012-11-28Add restrict parameterHunter 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-06Fix indentationstephen
2012-11-06have the module fail on unsupported osstephen
2012-11-04Merge pull request #31 from BillWeiss/masterJames Turnbull
fairly trivial fix to make puppet-lint stop complaining, and a doc update
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-18Merge pull request #27 from mdsummers/is_virtual_checkBranan Purvine-Riley
Fix is_virtual check in ntp.conf templates
2012-10-11Fix is_virtual check in ntp.conf templatesMatt Summers
is_virtual fact must be checked using a string comparison. The previous logic would resolve true if the is_virtual fact was defined. This meant that on servers where is_virtual was defined as "false", the vm-only snippet was still inserted into the template.
2012-10-09Merge pull request #25 from actionjack/masterRyan Coleman
Added support for Amazon Linux
2012-10-09Merge pull request #19 from hakamadare/masterRyan Coleman
(#14497) Add tinker_panic option for ntpd
2012-10-09Merge pull request #26 from rcoleman/oh_one_one_releaseBranan Purvine-Riley
Update Modulefile for 0.1.0 release
2012-10-09Update Modulefile for 0.1.0 release0.1.0Ryan Coleman
2012-10-09Added support for Amazon linuxActionJack
2012-07-01Merge pull request #21 from ohadlevy/patch-1Dan Bode
added fedora support
2012-07-01added fedora supportOhad Levy
2012-06-08Merge pull request #20 from branan/use_spechelper_gemNan Liu
Use spechelper gem
2012-05-31Replace hardcoded recursive symlink with .fixtures.ymlBranan Purvine-Riley
2012-05-31Switch to using puppetlabs_spec_helper as a gemBranan Purvine-Riley
2012-05-15(#14497) Add tinker_panic option for ntpdSteve Huff
Automatically sets tinker_panic 0 when $is_virtual is true. This configuration enables ntpd to cope with large clock skews, such as occur when a VM guest is suspended and resumed. More information is available here: http://www.vmware.com/pdf/vmware_timekeeping.pdf
2012-05-14Merge pull request #18 from Whopper92/best_practices_ntpJames Turnbull
(#14492) Update formatting of the NTP module
2012-05-14(#14492) Update formatting of the NTP moduleWill Hopper
to reflect Puppet Labs best practices
2012-05-14Merge pull request #17 from kbarber/ticket/master/11156-fix_rspec-puppet_testsJustin Stoller
(#11156) Fix module path fixtures so rspec works in most rubies
2012-05-14(#11156) Fix module path fixtures so rspec works in most rubiesKen Barber
Previously this module was using an experimental pattern using mktmpdir for creating its module path for rspec-puppet to use, which has since been deprecated in favour of a static directory. This was largely because ntp was one of the earlier modules we tried to make work in Jenkins. This change aligns the module to use the same pattern used in the rspec- puppet setup stage: https://github.com/rodjek/rspec-puppet/blob/master/lib/rspec-puppet/setup.rb This should stop the problems with Ruby 1.8.5 complaining about a lack of mktmpdir, and also make it more consistent with other modules in the wild.
2012-05-14Merge pull request #15 from Whopper92/FreeBSD_SupportKen Barber
(#14457) Add FreeBSD support for the NTP class