Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3938420
directories.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
758 B
Referenced Files
None
Subscribers
None
directories.sls
View Options
# -------------------------------------------------------------
# Salt — Sites to provision on the legacy web server
#
# Currently, this is deployed to ysul.nasqueron.org
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
/var/wwwroot
:
file.directory
:
-
group
:
web
-
dir_mode
:
711
{%
for
domains_group
in
pillar
[
'web_domains'
]
%}
{%
for
domain
in
pillar
[
'web_domains'
][
domains_group
]
%}
webserver_directory_
{{
domain
}}
:
file.directory
:
-
name
:
/var/wwwroot/
{{
domain
}}
-
user
:
{{
domain
}}
-
group
:
web
-
dir_mode
:
711
{%
endfor
%}
{%
endfor
%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 01:58 (5 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2300388
Default Alt Text
directories.sls (758 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment