This release includes updated Japanese translations.
- Updating translations for readmes/README_ja_JP.md
This release uses the PDK convert functionality which in return makes the module PDK compliant. It also includes one feature and a roll up of maintenance changes.
- PDK convert ntp (MODULES-6326).
- Create parameter for slewalways to be exposed in the ntp.conf template.
is_virtual
fact is boolean and cant be given to str2bool.- Don't use 'inherits' in config, install and service.
- Roll up of modulesync changes.
- Make documentation more readable.
- Fix up rubocop errors (FM-6634).
- Strip data types out of puppet-strings comments.
Hiera 5 only works with Puppet 4.9.4 and above, we have bumped the Puppet requirement for the module accordingly.
- Update YAML to version 5 (PR 428)
- Updates the lower puppet version boundary to 4.9.4.
This release reverts a PR that implements Hiera 5. Issues have been seen due to compatibility issues. The issues that have been seen are (MODULES-5775) and (MODULES-5780).
- Reverts (PR 394)
This release is to both update the modules code so that it matches the set standards and make it so that all future prs are checked by Rubocop before release.
- Rubocop is now enabled.
- All ruby code within module has been altered to match standards.
This is a feature release with some bugfixes and updated Japanese translations, too.
enable_mode7
parameter (defaults tofalse
)- disable monitor availability while setting stat properties
- Lower bound of Puppet requirement from 4.5.0 to 4.7.0
- hiera.yaml to Hiera version 5 format
- Ubuntu 10.04 and 12.04, Debian 6, SLES 10 SP4, and Fedora 20-23 support from metadata.json (existing compatibility remains)
- Path to driftfile on Suse (MODULES-4941)
- Whitespace issue in ntp.conf.epp with
tos
- Permissions on keys file
This is a small minor release that adds the pool
parameter and revises some Japanese translations.
- The
pool
parameter
- Japanese translations for the README
This release adds support for internationalization of the module. It also contains Japanese translations for the README, summary and description of the metadata.json and major cleanups in the README. Additional folders have been introduced called locales and readmes where translation files can be found. A number of features and bug fixes are also included in this release.
- Addition of POT file for metadata translation for i18n.
- Multiple Gemfile updates for Ruby and Gems support.
- (MODULES-4225) Addition of Puppet strings to the ntp module.
- Implements beaker module install helper and cleanup spec helper acceptance.rb.
- (MODULES-4414) Allow NTP statistics if requested.
- (MODULES-4278) Addition of noselect feature.
- Addition of 'pool' parameter.
- Addition of Ubuntu Xenial Support.
- Huge readme updates for adding tags to private classes, edits for localization and general cleanups.
- (MODULES-3397) Fix of the default Solaris settings.
- Changed 'service_ensure' data type to Enum.
- (MODULES-3396) remove superfluous empty lines in ntp.conf.
- (MODULES-4528) Replace Puppet.version.to_f version comparison from spec helper.
- Solaris data that was the wrong way round now fixed.
##s 5.0.0 and 6.0.0
This double release adds new Puppet 4 features: data in modules, EPP templates, the $facts hash, and data types. The 5.0.0 release is fully backwards compatible to existing Puppet 4 configurations and provides you with deprecation warnings for every argument that will not work as expected with the final 6.0.0 release. See the stdlib docs for an in-depth discussion of this.
If you want to learn more about the new features used, have a look at the NTP: A Puppet 4 language update blog post.
If you're still running Puppet 3, remain on the latest puppetlabs-ntp 4.x release for now, and see the documentation to upgrade to Puppet 4.
- Data in modules: Moves all distribution and OS-dependent defaults into YAML files in
data/
, alleviating the need for aparams
class. Note that while this feature is currently still classed as experimental, the final implementation will support the changes here. - EPP templating: Uses the Puppet language as a base for templates to create simpler and safer templates. No need for Ruby anymore! You can pass in EPP templates for the
ntp.conf
andstep-tickers
files using the newconfig_epp
andstep_tickers_epp
parameters. - The $facts hash: Makes facts visibly distinct from other variables for more readable and maintainable code. This helps eliminate confusion if you use a local variable whose name happens to match that of a common fact.
- Data types for validation: Helps you find and replace deprecated code in existing
validate_*
functions with stricter, more readable data type notation. First upgrade to the 5.0.0 release of this module, and address all deprecation warnings before upgrading to the final 6.0.0 release. Please see the stdlib docs for an in-depth discussion of this process.
A large release with many new features. Multiple additions to parameters and work contributed to OS compatibility. Also includes several bug fixes, including clean ups of code.
- Updated spec helper for more consistency
- Addition of config_dir variable
- Addition of puppet TOS options
- Added support for disabling kernel time discipline in ntp.conf
- Update Solaris support for newer Facter, and Amazon for < 1.7.0 facter
- Added disable_dhclient parameter
- Added OpenSUSE 13.2 compatibility
- Parameterize file mode of config file
- Enhanced the default configuration
- Debian 8 compatibility
- Enabled usage of the $ntpsigndsocket parameter
- Added parameter for interfaces to ignore
- Added support for the authprov parameter
- Additional work done for SLES 12 compatibility
- Addition of key template options/ key distribution
- Fix for strict variables and tests
- Fixed test with preferred server and iburst enabled
- Added logfile parameter test
- Cleaned out unused cleanup code and utilities from spec_helper
- Deprecated ntp_dirname function
- No longer manages the keys_file parent when it would be inappropriate to do so
- Converted license string to SPDX format
- Removed ruby 1.8.7 and puppet 2.7 from travis-ci jobs
###Summary
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
This is a bugfix release to address security vulnerability CVE-2013-5211.
- Changes the default behavior to disable monitoring as part of the solution for CVE-2013-5211.
This release updates metadata to support new version of puppet enterprise, as well as new features, bugfixes, and test improvements.
- Adds Solaris 10 support
- Adds Fedora 20, 21, 22 compatibility
- Fix default configuration for Debian (MODULES-2087)
- Fix to ensure log file is created before service starts
- Fixes SLES params for SLES 10, 11, 12
This release drops puppet 2.7 support and older stdlib support. It also includes the addition of 12 new properties, as well as numerous bug fixes and other improvements.
- UDLC (Undisciplined local clock) is now no longer enabled by default on anything (previous was enabled on non-virtual).
- Puppet 2.7 no longer supported
- puppetlabs-stdlib less than 4.5.0 no longer supported
- Readme, Metadata, and Contribution documentation improvements
- Acceptance test improvements
- Added the
broadcastclient
property - Added the
disable_auth
property - Added
broadcastclient
property - Added
disable_auth
property - Added
fudge
property - Added
peers
property - Added
udlc_stratum
property - Added
tinker
property - Added
minpoll
property - Added
maxpoll
property - Added
stepout
property - Added
leapfile
property
- Removing equal sign as delimiter in ntp.conf for the logfile parameter.
- Add package_manage parameter, which is set to false by default on FreeBSD
- Fixed an issue with the
is_virtual
property - Fixed debian wheezy issue
- Fix for Redhat to disable ntp restart due to dhcp ntp server updates
##2014-11-04 - Supported Release 3.3.0 ###Summary
This release adds support for SLES 12.
####Features
- Added support for SLES 12
##2014-10-02 - Supported Release 3.2.1 ###Summary
This is a bug-fix release addressing the security concerns of setting /etc/ntp to mode 0755 recursively.
####Bugfixes
- Do not recursively set ownership/mode of /etc/ntp
##2014-09-10 - Supported Release 3.2.0 ###Summary
This is primarily a feature release. It adds a few new parameters to class ntp
and adds support for Solaris 11.
####Features
- Add the
$interfaces
parameter tontp
- Add support for Solaris 10 and 11
- Synchronized files with modulesync
- Test updates
- Add the
$iburst_enable
parameter tontp
####Bugfixes
- Fixes for strict variables
- Remove dependency on stdlib4
##2014-06-06 - Release 3.1.2 ###Summary
This is a supported release. This release fixes a manifest typo.
##2014-06-06 - Release 3.1.1 ###Summary
This is a bugfix release to get around dependency issues in PMT 3.6. This version has a dependency on puppetlabs-stdlib >= 4 so PE3.2.x is no longer supported.
####Bugfixes
- Remove deprecated Modulefile as it was causing duplicate dependencies with PMT.
##2014-05-14 - Release 3.1.0 ###Summary
This release adds disable_monitor
so you can disable the monitor functionality
of NTP, which was recently used in NTP amplification attacks. It also adds
support for RHEL7 and Ubuntu 14.04.
####Features
- Add
disable_monitor
####Bugfixes
#####Known Bugs
- No known bugs
##2014-04-09 - Supported Release 3.0.4 ###Summary This is a supported release.
The only functional change in this release is to split up the restrict defaults to be per operating system so that we can provide safer defaults for AIX, to resolve cases where IPv6 are disabled.
####Features
- Rework restrict defaults.
####Bugfixes
- Fix up a comment.
- Fix a test to work better on PE.
#####Known Bugs
- No known bugs
##2014-03-04 - Supported Release 3.0.3 ###Summary This is a supported release. Correct stdlib compatibility
####Bugfixes
- Remove
dirname()
call for correct stdlib compatibility. - Improved tests
####Known Bugs
- No known bugs
###Summary
No functional changes: Update the README and allow custom gem sources.
Work around a packaging bug with symlinks, no other functional changes.
Final release of 3.0, enjoy!
###Summary
This release changes the behavior of restrict and adds AIX osfamily support.
####Backwards-incompatible Changes:
restrict
no longer requires you to pass in parameters as:
restrict => [ 'restrict x', 'restrict y' ]
but just as:
restrict => [ 'x', 'y' ]
As the template now prefixes each line with restrict.
####Features
- Change the behavior of
restrict
so you no longer need the restrict keyword. - Add
udlc
parameter to enable undisciplined local clock regardless of the machines status as a virtual machine. - Add AIX support.
####Fixes
- Use class{} instead of including and then anchoring. (style)
- Extend Gentoo coverage to Facter 1.7.
##2013-09-05 - Version 2.0.1
###Summary
Correct the LICENSE file.
####Bugfixes
- Add in the appropriate year and name in LICENSE.
##2013-07-31 - Version 2.0.0
###Summary
The 2.0 release focuses on merging all the distro specific templates into a single reusable template across all platforms.
To aid in that goal we now allow you to change the driftfile, ntp keys, and perferred_servers.
####Backwards-incompatible changes
As all the distro specific templates have been removed and a unified one created you may be missing functionality you previously relied on. Please test carefully before rolling out globally.
Configuration directives that might possibly be affected:
filegen
fudge
(for virtual machines)keys
logfile
restrict
restrictkey
statistics
trustedkey
####Features:
- All templates merged into a single template.
- NTP Keys support added.
- Add preferred servers support.
- Parameters in
ntp
class:driftfile
: path for the ntp driftfile.keys_enable
: Enable NTP keys feature.keys_file
: Path for the NTP keys file.keys_trusted
: Which keys to trust.keys_controlkey
: Which key to use for the control key.keys_requestkey
: Which key to use for the request key.preferred_servers
: Array of servers to prefer.restrict
: Array of restriction options to apply.
###2013-07-15 - Version 1.0.1 ####Bugfixes
- Fix deprecated warning in
autoupdate
parameter. - Correctly quote is_virtual fact.
##2013-07-08 - Version 1.0.0 ####Features
- Completely refactored to split across several classes.
- rspec-puppet tests rewritten to cover more options.
- rspec-system tests added.
- ArchLinux handled via osfamily instead of special casing.
- parameters in
ntp
class:autoupdate
: deprecated in favor of directly setting package_ensure.panic
: set to false if you wish to allow large clock skews.
##2011-11-10 Dan Bode [email protected] - 0.0.4
- Add Amazon Linux as a supported platform
- Add unit tests
##2011-06-16 Jeff McCune [email protected] - 0.0.3
- Initial release under puppetlabs