Skip to content

Commit

Permalink
Ensure config changes restart Keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jun 6, 2022
1 parent e51e624 commit 1e0a6e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
show_diff => false,
content => $config_content,
source => $keycloak::custom_config_source,
notify => Class['keycloak::service'],
}

create_resources('keycloak::truststore::host', $keycloak::truststore_hosts)
Expand All @@ -68,5 +69,6 @@
purge => $keycloak::providers_purge,
force => $keycloak::providers_purge,
recurse => $keycloak::providers_purge,
notify => Class['keycloak::service'],
}
}

0 comments on commit 1e0a6e5

Please sign in to comment.