Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F28987567
init.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
init.sls
View Options
# -------------------------------------------------------------
# Salt — Sites to provision
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# User groups for domains served
#
# Those account are mostly intended for static content,
# to allow users to access it through group.
#
# The user will often be "deploy" to allow continuous delivery.
# This is provisioned by the core role.
#
# Back-ends runs under their own separate account.
#
# The 9003 group matches "web" group, see webserver-core/nginx
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{%
for
domains_group
in
pillar
[
'web_domains'
]
%}
{%
for
domain
in
pillar
[
'web_domains'
][
domains_group
]
%}
webserver_user_
{{
domain
}}
:
user.present
:
-
name
:
{{
domain
}}
-
gid
:
9003
-
createhome
:
False
-
fullname
:
Websites account for
{{
domain
}}
{%
endfor
%}
{%
endfor
%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 17, 19:24 (11 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3695114
Default Alt Text
init.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment