Age | Commit message (Collapse) | Author |
|
ntp on the child classes.
|
|
manage_service param.
|
|
Add the anchor pattern.
Move the deprecation warning out of params to init.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ntp: fixes #19418 - allow template override
|
|
Add test for package name and presence
Fix bad package name for Arch Linux
Fix missing comment in config template
|
|
This allows a template to be explicitly set.
|
|
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.
|
|
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
|
|
|
|
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
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
to reflect Puppet Labs best practices
|
|
|
|
|
|
updates the docs to indicate that Amazon Linux has been tested.
|
|
This patch adds amazon linux support
by adding 'linux' to the list of platforms
that are from the redhat os family.
Currently amazon linux is showing up as
operatingsystem linux. This manifest will
need to be updated when platform detection with
facter works properly in the future.
|
|
|
|
Added example for autoupdate and centos testing
support.
|
|
This module will be published to the forge and includes Debian and
Ubuntu support initially.
RedHat support will be added shortly.
|
|
|