-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-5940) Permit connection & instance overrides (#65)
- Add ability for users to override stunnel::connection and stunnel::instance options either globally or by specific identified instance. - Fixed stunnel::connection and stunnel::instance template bugs - sni is not applicable on EL6 - retry is only applicable when exec is specified and needs to be translated from a boolean to 'yes'/'no' - session is only applicable on EL6 SIMP-5940 #close
- Loading branch information
1 parent
47f9b80
commit 0dfa47d
Showing
18 changed files
with
836 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
* Mon Jan 21 2019 Trevor Vaughan <[email protected]> - 6.4.0 | ||
- Add ability for users to override stunnel::connection and stunnel::instance | ||
options either globally or by specific identified instance. | ||
- Fixed stunnel::connection and stunnel::instance template bugs | ||
- sni is not applicable on EL6 | ||
- retry is only applicable when exec is specified and | ||
needs to be translated from a boolean to 'yes'/'no' | ||
- session is only applicable on EL6 | ||
|
||
* Thu Dec 06 2018 Chris Tessmer <[email protected]> - 6.3.4 | ||
- Fix bug that broke `puppet describe <anything>` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.