avoid duplicate decl
This commit is contained in:
parent
bc122dc46d
commit
3afc8eaec1
1 changed files with 6 additions and 6 deletions
|
@ -268,9 +268,9 @@ class eidas_sp($version="1.0.0",$hostname='localhost') {
|
|||
"SP_ENTITY_ID=https://$_hostname/sp",
|
||||
"SPRING_PROFILES_ACTIVE=qa",
|
||||
"SP_BASE_URI=https://$_hostname"]
|
||||
} ->
|
||||
class {'webserver': } ->
|
||||
class {'https_server': }
|
||||
}
|
||||
ensure_resource(class,'webserver',{})
|
||||
ensure_resource(class,'https_server',{})
|
||||
}
|
||||
|
||||
class swedenconnect_refidp($version="1.0.3",$hostname='localhost') {
|
||||
|
@ -293,9 +293,9 @@ class swedenconnect_refidp($version="1.0.3",$hostname='localhost') {
|
|||
"TOMCAT_PROXY_SHARED_SECRET=$proxy_header_secret",
|
||||
"IDP_PERSISTENT_ID_SALT=$idp_persistent_id_salt",
|
||||
"IDP_FTICKS_SALT=$idp_fticks_salt"]
|
||||
} ->
|
||||
class {'webserver': } ->
|
||||
class {'https_server': }
|
||||
}
|
||||
ensure_resource(class,'webserver',{})
|
||||
ensure_resource(class,'https_server',{})
|
||||
}
|
||||
|
||||
class eidas_connector($version="1.0.6",$hostname='localhost') {
|
||||
|
|
Loading…
Add table
Reference in a new issue