Skip to content

Commit 63813ca

Browse files
committed
Fix
1 parent b0ca7f7 commit 63813ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
include foreman::apache
353353

354354
Class['foreman::config', 'foreman::database'] -> Class['foreman::apache']
355-
Class['foreman::apache', 'apache::service'] -> Class['foreman::running']
355+
Class['foreman::apache', 'apache::service'] -> Anchor['foreman::running']
356356
if $ipa_authentication and $keycloak {
357357
fail("${facts['networking']['hostname']}: External authentication via IPA and Keycloak are mutually exclusive.")
358358
}

0 commit comments

Comments
 (0)