-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cors domains parameter #715
Conversation
e9abf3d
to
129cbd6
Compare
@@ -311,6 +313,7 @@ | |||
Stdlib::Port $dynflow_pool_size = $::foreman::params::dynflow_pool_size, | |||
String $jobs_service = $::foreman::params::jobs_service, | |||
Boolean $hsts_enabled = $::foreman::params::hsts_enabled, | |||
Array[Stdlib::HTTPUrl] $cors_domains = $::foreman::params::cors_domains, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTTPUrl -> Httpurl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests fail now with unknown data type Stdlib::Httpurl
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went with https://github.com/puppetlabs/puppetlabs-stdlib#stdlibhttpurl but that's not what's actually in the code :( puppetlabs/puppetlabs-stdlib#1001 should fix that.
129cbd6
to
4de9f71
Compare
@ekohl: Updated. |
4de9f71
to
1d1b181
Compare
Reverted the |
This is required to support: theforeman/foreman#6467