Created
September 13, 2013 18:30
-
-
Save gravyboat/6554309 to your computer and use it in GitHub Desktop.
instance_owner change
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{%- 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