puppet-vault
puppet-vault copied to clipboard
Service requires config, config file restarts service on change
SUMMARY
Service does not restart when config file changes.
I noticed this when adding api_addr setting, the config file was updated but the service did not restart automatically.
Adding this notify statement ensures the service will be refreshed, the requirement statement ensures the config file exists before starting or refreshing the service.