summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2013-08-08Convert restrict to an array of restrictions.Ashley Penney
Instead of a boolean with hardcoded values we now just convert restrict into an array of lines related to restrictions.
2013-07-29Add preferred_servers feature.Ashley Penney
This adds: `preferred_servers` [Array]: The servers to prefer. As requested by Erik Dalén!
2013-07-29Remove 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-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-09Add panic as a new parameter in case people want to allow clock skews.Ashley Penney
2013-07-05Add Gentoo support. (And reformat archlinux vars)Ashley Penney
2013-07-05Rename all the servers_real functions to servers.Ashley Penney
2013-05-25User @servers_real instead of servers_real to avoid warningsColin Rice
2013-02-27Omit 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-25Add support for Arch LinuxMatt Rogers
Add test for package name and presence Fix bad package name for Arch Linux Fix missing comment in config template
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.
2012-12-10add SuSE supportMichael Moll
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-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-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-13(#14457) Add FreeBSD support for the NTP classWill Hopper
2011-12-04(#11155) Fix templates so they are ruby-1.9.2 compatibleKen Barber
The templates had #each methods being called on strings which is not ruby-1.9.2 compatible. Instead, I've converted the string to an array using a pattern that is still compatible if an array is passed.
2011-02-23Add Enterprise Linux supportv0.0.2Jeff McCune
2011-02-23Updated documentation in ntp class header.Jeff McCune
Added example for autoupdate and centos testing support.
2011-02-23Add 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-23Initial commitJeff McCune