update cosmos.conf to get common over.
This commit is contained in:
parent
fd81204c33
commit
9182303511
1 changed files with 10 additions and 0 deletions
|
@ -1003,3 +1003,13 @@ node 'relay-1.swedenconnect.se' {
|
|||
warn_criteria => ['exit_status=1','max_age=50h'],
|
||||
}
|
||||
}
|
||||
node 'eidas-proxy-1.test.sveidas.se' {
|
||||
# Set up Cosmos class for common proxy files for test. Should ideally be set up in
|
||||
# the bootstrapping phase, since setting it up here will require > 1 run
|
||||
# of 'cosmos apply' before everything is in place. Perfection will have
|
||||
# to come later.
|
||||
file_line { 'cosmos_conf_proxy_test_common':
|
||||
path => '/etc/cosmos/cosmos.conf',
|
||||
line => 'COSMOS_REPO_MODELS="$COSMOS_REPO/eidas-test-proxy/:$COSMOS_REPO_MODELS"',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue