We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ca7f7 commit 63813caCopy full SHA for 63813ca
manifests/init.pp
@@ -352,7 +352,7 @@
352
include foreman::apache
353
354
Class['foreman::config', 'foreman::database'] -> Class['foreman::apache']
355
- Class['foreman::apache', 'apache::service'] -> Class['foreman::running']
+ Class['foreman::apache', 'apache::service'] -> Anchor['foreman::running']
356
if $ipa_authentication and $keycloak {
357
fail("${facts['networking']['hostname']}: External authentication via IPA and Keycloak are mutually exclusive.")
358
}
0 commit comments