need URL as config descriptor
This commit is contained in:
parent
8d684caecf
commit
f1e6cb6781
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ class prid() {
|
||||||
ports => ['443:8443'],
|
ports => ['443:8443'],
|
||||||
volumes => ['/etc/prid-service:/etc/prid-service',
|
volumes => ['/etc/prid-service:/etc/prid-service',
|
||||||
'/etc/ssl:/etc/ssl'],
|
'/etc/ssl:/etc/ssl'],
|
||||||
env => ["PRID_SERVICE_POLICY_CONFIGURATION=/etc/prid-service/policy.properties",
|
env => ["PRID_SERVICE_POLICY_CONFIGURATION=file:///etc/prid-service/policy.properties",
|
||||||
"CERTNAME=${hostname}_infra"]
|
"CERTNAME=${hostname}_infra"]
|
||||||
} ->
|
} ->
|
||||||
class {'webserver': } ->
|
class {'webserver': } ->
|
||||||
|
|
Loading…
Add table
Reference in a new issue