Skip to content

Instantly share code, notes, and snippets.

@jakshi
Created July 21, 2016 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakshi/4e87302980d3795cd89261bbbea027e3 to your computer and use it in GitHub Desktop.
Save jakshi/4e87302980d3795cd89261bbbea027e3 to your computer and use it in GitHub Desktop.
# postgresql reload resource
postgresql_conf_reload:
module.wait:
- name: service.reload
- m_name: {{ pillar['postgresql']['service'] }}
- onlyif:
- service {{ pillar['postgresql']['service'] }} status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment