Skip to content

Instantly share code, notes, and snippets.

@gravyboat
Created September 13, 2013 18:30
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 gravyboat/6554309 to your computer and use it in GitHub Desktop.
Save gravyboat/6554309 to your computer and use it in GitHub Desktop.
instance_owner change
{%- if instance_owner != "nginx" %}
{{ instance_owner }}:
user:
- present
- require:
- group: {{ instance_owner }}
group:
- present
{%- endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment