Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-nfs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Juan Diego Campo
puppet-nfs
Commits
38bf7332
Commit
38bf7332
authored
8 years ago
by
Daniel Klockenkämper
Browse files
Options
Downloads
Patches
Plain Diff
version bump
update Changelog
parent
6e5bbb6c
Branches
Branches containing commit
Tags
2.0.4
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+22
-1
22 additions, 1 deletion
CHANGELOG.md
manifests/params.pp
+1
-1
1 addition, 1 deletion
manifests/params.pp
metadata.json
+6
-7
6 additions, 7 deletions
metadata.json
with
29 additions
and
9 deletions
CHANGELOG.md
+
22
−
1
View file @
38bf7332
##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
-
D
rop puppet 3 support on master branch (note: https://github.com/derdanne/puppet-nfs/pull/49#issuecomment-285091678)
-
d
rop 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
...
...
This diff is collapsed.
Click to expand it.
manifests/params.pp
+
1
−
1
View file @
38bf7332
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
metadata.json
+
6
−
7
View file @
38bf7332
{
"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"
]
},
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment