Skip to content
Snippets Groups Projects
Commit df9c0eb4 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

more

parent 1f6be3a6
No related branches found
No related tags found
No related merge requests found
MASTER = idp-uat1
SLAVES = idp-uat2
......@@ -10,6 +10,12 @@ class shibb_idp3::datasealer {
require => Package['shibboleth-identity-provider'],
}
# We need the datasealer master/slave configuration file.
file { '/etc/shibboleth-idp/dist-datasealer.conf':
source => "puppet:///modules/shibb_idp3/etc/shibboleth-idp/dist-datasealer.conf.${shibb_idp3::env}",
require => Package['stanford-shibbolethidp3-tools'],
}
include shibb_idp3::root_k5login
# Run this command only if the sealer file does NOT exist.
......@@ -20,6 +26,7 @@ class shibb_idp3::datasealer {
require => [
Package['stanford-shibbolethidp3-tools'],
Package['shibboleth-identity-provider'],
File['/etc/shibboleth-idp/dist-datasealer.conf'],
File['/etc/shibboleth-idp/conf/idp.properties'],
],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment