Age | Commit message (Collapse) | Author |
|
This allows a template to be explicitly set.
|
|
Update Documentation and Purge Extras
|
|
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.
|
|
Update travis and gemfile to puppetlabs standard
|
|
|
|
|
|
fix copy/paste error in spec file
|
|
|
|
Add CONTRIBUTING.md
|
|
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
|
|
Update package-format for support of FreeBSD 9.x
|
|
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.
|
|
switch to the 'osfamily' fact
|
|
Make service ntp started on boot -> service 'ntp' { enable=>$enable...
|
|
Conflicts:
manifests/init.pp
|
|
|
|
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.
|
|
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.
|
|
to start on boot.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Add restrict parameter
|
|
Increment Modulefile for 0.2.0 release
|
|
stephenrjohnson/bug/master/10715_Ntp_fail_unsupported
have the module fail on unsupported os
|
|
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.
|
|
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.
|
|
|
|
|
|
fairly trivial fix to make puppet-lint stop complaining, and a doc update
|
|
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.
|
|
Fix is_virtual check in ntp.conf templates
|
|
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.
|
|
Added support for Amazon Linux
|
|
(#14497) Add tinker_panic option for ntpd
|
|
Update Modulefile for 0.1.0 release
|
|
|
|
|
|
added fedora support
|
|
|
|
Use spechelper gem
|
|
|
|
|
|
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
|
|
(#14492) Update formatting of the NTP module
|
|
to reflect Puppet Labs best practices
|
|
(#11156) Fix module path fixtures so rspec works in most rubies
|