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 fqdn, 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: {{ fqdn }}
- gid: web
- system: True
- home: /var/run/web/{{ fqdn }}
{% endif %}
{% endfor %}

File Metadata

Mime Type
text/plain
Expires
Sun, May 17, 19:05 (22 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3692799
Default Alt Text
account.sls (815 B)

Event Timeline