Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F22790422
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/paas-docker/devel/init.sls b/roles/paas-docker/devel/config.sls
similarity index 55%
copy from roles/paas-docker/devel/init.sls
copy to roles/paas-docker/devel/config.sls
index 9d1136d..b73cd13 100644
--- a/roles/paas-docker/devel/init.sls
+++ b/roles/paas-docker/devel/config.sls
@@ -1,10 +1,13 @@
# -------------------------------------------------------------
-# Salt — Docker development tools
+# Salt — Docker development
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
-# Created: 2020-02-15
+# Created: 2022-04-15
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
-include:
- - .software
+/etc/systemd/system/docker.socket.d/socket.conf:
+ file.managed:
+ - source: salt://roles/paas-docker/devel/files/socket.conf
+ - mode: 644
+ - makedirs: True
diff --git a/roles/paas-docker/devel/files/socket.conf b/roles/paas-docker/devel/files/socket.conf
new file mode 100644
index 0000000..b7e8d88
--- /dev/null
+++ b/roles/paas-docker/devel/files/socket.conf
@@ -0,0 +1,21 @@
+# -------------------------------------------------------------
+# Docker container config
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Author: dorianwinty
+# Project: Nasqueron
+# Created: 2022-04-15
+# Description: Set good group to the Docker container
+# License: Trivial work, not eligible to copyright
+# If copyright eligible, BSD-2-Clause
+# Source file: roles/paas-docker/devel/files/socket.conf
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
+[Socket]
+SocketGroup=nasqueron-dev-docker
diff --git a/roles/paas-docker/devel/init.sls b/roles/paas-docker/devel/init.sls
index 9d1136d..e7e0a1d 100644
--- a/roles/paas-docker/devel/init.sls
+++ b/roles/paas-docker/devel/init.sls
@@ -1,10 +1,11 @@
# -------------------------------------------------------------
# Salt — Docker development tools
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2020-02-15
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
include:
- .software
+ - .config
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Feb 2, 15:10 (21 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3409611
Default Alt Text
(2 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment