Skip to content

Commit

Permalink
(SIMP-5853) Fix errors during puppet describe (#64)
Browse files Browse the repository at this point in the history
SIMP-5853 #close
  • Loading branch information
op-ct authored and trevor-vaughan committed Dec 7, 2018
1 parent ce42f2b commit 47f9b80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Dec 06 2018 Chris Tessmer <[email protected]> - 6.3.4
- Fix bug that broke `puppet describe <anything>`

* Fri Sep 14 2018 Adam Yohrling <[email protected]> - 6.3.3
- Add support for Puppet5
- Clean up acceptance tests to use facts for hostname, domain
Expand Down
2 changes: 2 additions & 0 deletions lib/puppet/type/stunnel_instance_purge.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'puppet/parameter/boolean'

Puppet::Type.newtype(:stunnel_instance_purge) do
desc <<-EOM
Disables all services and removes all associated files for
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": "simp-stunnel",
"version": "6.3.3",
"version": "6.3.4",
"author": "SIMP Team",
"summary": "manages stunnel with PKI support",
"license": "Apache-2.0",
Expand Down

0 comments on commit 47f9b80

Please sign in to comment.