Skip to content

Commit

Permalink
(SIMP-2441) Updated to use new pki scheme (#24)
Browse files Browse the repository at this point in the history
SIMP-2441 #close
  • Loading branch information
Nick Markowski authored and trevor-vaughan committed Jan 9, 2017
1 parent db9c49f commit 4e85a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Mon Jan 09 2016 Nick Markowski <nmarkowski@keywcorp.com> - 6.0.0-0
- Updated to use new pki scheme.

* Thu Dec 01 2016 Trevor Vaughan <tvaughan@onyxpoint.com> - 6.0.0-0
- Switched to using puppetlabs/concat

Expand Down
9 changes: 1 addition & 8 deletions spec/acceptance/suites/default/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,7 @@
let(:hieradata) {
<<-EOS
---
use_simp_pki : false
pki_dir : '/etc/pki/simp-testing/pki'
stunnel::ca_source : "%{hiera('pki_dir')}/cacerts"
stunnel::cert : "%{hiera('pki_dir')}/public/%{fqdn}.pub"
stunnel::key : "%{hiera('pki_dir')}/public/%{fqdn}.pem"
simp_options::pki: false
rsync::server::stunnel : false
EOS
}
Expand Down

0 comments on commit 4e85a8f

Please sign in to comment.