Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12420435
account.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
821 B
Referenced Files
None
Subscribers
None
account.sls
View Options
# -------------------------------------------------------------
# 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
Details
Attached
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)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment