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'].iteritems() %}
web_account_{{ site['user'] }}:
user.present:
- name: {{ site['user' ]}}
- fullname: {{ domain }}
- gid: web
- system: True
- home: /var/run/web/{{ domain }}
{% endfor %}

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 21, 16:21 (18 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3188570
Default Alt Text
account.sls (739 B)

Event Timeline