Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3769656
phpbb.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
phpbb.sls
View Options
# -------------------------------------------------------------
# Salt — Provision Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-27
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
set
has_selinux
=
salt
[
'grains.get'
](
'selinux:enabled'
,
False
)
%}
# -------------------------------------------------------------
# Data directory
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/srv/phpbb/data
:
file.directory
:
-
user
:
431
-
group
:
433
-
makedirs
:
True
{%
if
has_selinux
%}
selinux_context_phpbb_datastores
:
selinux.fcontext_policy_present
:
-
name
:
/srv/phpbb/data
-
sel_type
:
container_file_t
selinux_context_phpbb_datastores_applied
:
selinux.fcontext_policy_applied
:
-
name
:
/srv/phpbb/data
{%
endif
%}
{%
for
store
in
pillar
[
'phpbb_datastores'
]
%}
/srv/phpbb/data/
{{
store
}}
:
file.directory
:
-
user
:
431
-
group
:
433
{%
for
subdir
in
[
'cache'
,
'config'
,
'ext'
,
'files'
,
'images'
,
'store'
]
%}
/srv/phpbb/data/
{{
store
}}
/
{{
subdir
}}
:
file.recurse
:
-
source
:
salt://software/phpbb/phpBB/
{{
subdir
}}
-
user
:
431
-
group
:
433
{%
endfor
%}
{%
endfor
%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 16:24 (23 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260522
Default Alt Text
phpbb.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment