Skip to content
Snippets Groups Projects
Commit 38bf7332 authored by Daniel Klockenkämper's avatar Daniel Klockenkämper
Browse files

version bump

update Changelog
parent 6e5bbb6c
Branches
Tags 2.0.4
No related merge requests found
##2017-07-11 - Release 2.0.4
###Summary
####Bugfixes
- fix markdown formatting of README.md
- fix ruby formatting in spec tests
- update puppetlabs/concat dependency
- add install locales on ubuntu-1604 docker for acceptance tests
- add missing documentation for client_services_enable
- reenable client_services_enable for CentOS/Redhat 7
- remove rpc.idmapd from $client_nfsv4_services for Archlinux
- rename rpc.idmapd to nfs-idmapd in $server_nfsv4_servicehelper for archlinux
- update adn fix spec tests
####Features
- add use of $::nfs::exports_file instead of fixed filepath
- add Ubuntu Yakkety and Zesty
- add support of Debian 9
- update testmatrix
- update data type for $exports_file, $idmapd_file and $defaults_file to Stdlib::Absolutepath
##2017-03-22 - Release 2.0.3
###Summary
......@@ -21,7 +42,7 @@
###Summary
####Features
- Drop puppet 3 support on master branch (note: https://github.com/derdanne/puppet-nfs/pull/49#issuecomment-285091678)
- drop puppet 3 support on master branch (note: https://github.com/derdanne/puppet-nfs/pull/49#issuecomment-285091678)
- apply additional rubocop rules
- replace all validate functions with datatypes
......
......@@ -108,7 +108,7 @@ class nfs::params {
$server_nfsv4_servicehelper = 'nfs-common'
$server_service_name = 'nfs-kernel-server'
}
'stretch', 'xenial', 'yakkety': {
'stretch', 'xenial', 'yakkety', 'zesty': {
$client_idmapd_setting = ['set NEED_IDMAPD yes']
$client_nfs_options = 'tcp,nolock,rsize=32768,wsize=32768,intr,noatime,nfsvers=3,actimeo=3'
$client_services_enable = true
......
{
"name": "derdanne-nfs",
"version": "2.0.3",
"version": "2.0.4",
"source": "https://github.com/derdanne/puppet-nfs.git",
"author": "derdanne",
"license": "Apache-2.0",
......@@ -16,15 +16,13 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"12.10",
"13.04",
"13.10",
"14.04",
"14.10",
"15.04",
"15.10",
"16.04"
"16.04",
"16.10",
"17.04"
]
},
{
......@@ -32,7 +30,8 @@
"operatingsystemrelease": [
"6",
"7",
"8"
"8",
"9"
]
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment