Page MenuHomeDevCentral

account.sls
No OneTemporary

account.sls

# -------------------------------------------------------------
# Salt — Provision PHP websites
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# Sites user accounts
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% for domain, site in pillar['web_php_sites'].items() %}
{% if 'skipCreateAccount' not in site or not site['skipCreateAccount'] %}
web_account_{{ site['user'] }}:
user.present:
- name: {{ site['user' ]}}
- fullname: {{ domain }}
- gid: web
- system: True
- home: /var/run/web/{{ domain }}
{% endif %}
{% endfor %}

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 6, 11:11 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3136616
Default Alt Text
account.sls (821 B)

Event Timeline