update cosmos.conf to get common over.

This commit is contained in:
Fredrik Kjellman 2024-05-08 09:24:16 +02:00
parent fd81204c33
commit 9182303511
No known key found for this signature in database
GPG key ID: C0C13A002106594A

View file

@ -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"',
}
}