We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fe2a1 commit a974023Copy full SHA for a974023
manifests/register.pp
@@ -25,4 +25,9 @@
25
effective_user => $foreman::oauth_effective_user,
26
ssl_ca => $foreman::server_ssl_chain,
27
}
28
+
29
+ # Ensure Foreman proxy is started before registering the Foreman host
30
+ # as some plugins want to talk to the proxy when modifying the host object
31
+ # By using collectors, we don't have to test if the collected resource actually exists
32
+ Service <| title == 'foreman-proxy' |> -> Foreman_host["foreman-${$foreman_host_name}"]
33
0 commit comments