summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/templates/config.yml.erb
blob: 9cf85f0c68c0f7d5482d6322e93d37a364a3b448 (plain)
1
2
3
4
5
production:
  admins: [admin]
  domain: <%= @provider_domain %>
  client_ca_key: <%= scope.lookupvar('site_webapp::client_ca::key_path') %>
  client_ca_cert: <%= scope.lookupvar('site_webapp::client_ca::cert_path') %>