Skip to content

Commit

Permalink
Merge pull request #200 from mhaskel/3.2.0-prep
Browse files Browse the repository at this point in the history
3.2.0 prep
  • Loading branch information
hunner committed Sep 9, 2014
2 parents 6b6e191 + d5ee1ac commit d58481c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
##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 10 and 11.

####Features
- Add the `$interfaces` parameter to `ntp`
- Add support for Solaris 10 and 11
- Synchronized files with modulesync
- Test updates
- Add the `$iburst_enable` parameter to `ntp`

####Bugfixes
- Fixes for strict variables
- Remove dependency on stdlib4

##2014-06-06 - Release 3.1.2
###Summary

Expand Down
11 changes: 4 additions & 7 deletions metadata.json
@@ -1,11 +1,11 @@
{
"name": "puppetlabs-ntp",
"version": "3.1.2",
"version": "3.2.0",
"author": "Puppet Labs",
"summary": "NTP Module",
"license": "Apache Version 2.0",
"source": "git://github.com/puppetlabs/puppetlabs-ntp",
"project_page": "http://github.com/puppetlabs/puppetlabs-ntp",
"source": "https://github.com/puppetlabs/puppetlabs-ntp",
"project_page": "https://github.com/puppetlabs/puppetlabs-ntp",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"operatingsystem_support": [
{
Expand Down Expand Up @@ -86,9 +86,6 @@
],
"description": "NTP Module for Debian, Ubuntu, CentOS, RHEL, OEL, Fedora, FreeBSD, ArchLinux and Gentoo.",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0 < 5.0.0"
}
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
]
}

0 comments on commit d58481c

Please sign in to comment.