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

added notes about dropping Puppet 3 Support on master

parent 983fae2d
No related branches found
No related tags found
No related merge requests found
##2017-03-09 - Release 2.0.0
###Summary
- 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
##2016-11-24 - Release 1.0.2 ##2016-11-24 - Release 1.0.2
###Summary ###Summary
......
...@@ -26,6 +26,9 @@ It supports the OS Families Ubuntu, Debian, Redhat, SUSE, Gentoo and Archlinux. ...@@ -26,6 +26,9 @@ It supports the OS Families Ubuntu, Debian, Redhat, SUSE, Gentoo and Archlinux.
OS specific parameters correctly it should work on your preferred OS too. Feedback, bugreports, OS specific parameters correctly it should work on your preferred OS too. Feedback, bugreports,
and feature requests are always welcome, visit https://github.com/derdanne/puppet-nfs or send me an email. and feature requests are always welcome, visit https://github.com/derdanne/puppet-nfs or send me an email.
When you are using a puppet version 3.x like it is shipped with Redhat Satellite 6, please use a version 1.x.x from puppet forge
or the branch puppet3 when cloning directly from Github. (Note: https://github.com/derdanne/puppet-nfs/pull/49#issuecomment-285091678)
If you want to contribute, please do a fork on github, create a branch "feature name" with your If you want to contribute, please do a fork on github, create a branch "feature name" with your
features and do a pull request. features and do a pull request.
......
{ {
"name": "derdanne-nfs", "name": "derdanne-nfs",
"version": "1.0.2", "version": "2.0.0",
"source": "https://github.com/derdanne/puppet-nfs.git", "source": "https://github.com/derdanne/puppet-nfs.git",
"author": "derdanne", "author": "derdanne",
"license": "Apache-2.0", "license": "Apache-2.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment