Skip to content

Commit

Permalink
Merge pull request #67 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v0.2.0
  • Loading branch information
MartyEwings authored Jun 28, 2021
2 parents 2cff0ef + 747495e commit 18f2125
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v0.2.0](https://github.com/puppetlabs/RSAN/tree/v0.2.0) (2021-06-26)

[Full Changelog](https://github.com/puppetlabs/RSAN/compare/v0.1.3...v0.2.0)

### Added

- Make NFS mounts optional [\#66](https://github.com/puppetlabs/RSAN/pull/66) ([MartyEwings](https://github.com/MartyEwings))

### Fixed

- \(sup-2385\) Resolve unresponsive RSAN node as a result of missing NFS Server [\#64](https://github.com/puppetlabs/RSAN/pull/64) ([MartyEwings](https://github.com/MartyEwings))

## [v0.1.3](https://github.com/puppetlabs/RSAN/tree/v0.1.3) (2021-06-10)

[Full Changelog](https://github.com/puppetlabs/RSAN/compare/0.1.2...v0.1.3)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The following parameters are available in the `rsan::exporter` class:
* [`pg_user`](#pg_user)
* [`pg_group`](#pg_group)
* [`pg_psql_path`](#pg_psql_path)
* [`nfsmount`](#nfsmount)

##### <a name="rsan_importer_ips"></a>`rsan_importer_ips`

Expand Down Expand Up @@ -89,6 +90,14 @@ The path to the postgres binary in pe

Default value: `'/opt/puppetlabs/server/bin/psql'`

##### <a name="nfsmount"></a>`nfsmount`

Data type: `Boolean`

Trigger to turn NFS Mounts On Or Off

Default value: ``true``

### <a name="rsanimporter"></a>`rsan::importer`

Class to consume the resources provided by the exporter class.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-rsan",
"version": "0.1.3",
"version": "0.2.0",
"author": "Martin Ewings",
"summary": "Module to Configure Remote Support Access Node for Puppet Enterprise",
"license": "Apache-2.0",
Expand Down

0 comments on commit 18f2125

Please sign in to comment.