summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/50-add_users_groups.inc
diff options
context:
space:
mode:
authorSimon Rettberg2019-09-05 21:55:27 +0200
committerSimon Rettberg2019-09-05 21:55:27 +0200
commitccaf1572b756021105b80a55e9a8eff6a5257c2f (patch)
treea76124619028044cf98977bf4d49c631cd33f057 /satellit_installer/includes/50-add_users_groups.inc
parent[SSPS] package name mysql-server changed to default-mysql-server (stretch+bus... (diff)
downloadsetup-scripts-ccaf1572b756021105b80a55e9a8eff6a5257c2f.tar.gz
setup-scripts-ccaf1572b756021105b80a55e9a8eff6a5257c2f.tar.xz
setup-scripts-ccaf1572b756021105b80a55e9a8eff6a5257c2f.zip
[SSPS] Prepare for stage4 via DNBD3
is-enabled is gone since we're gonna always need dbnd3 anyways. Add alt-servers file that would replicate from localhost via socat SSL tunnel (TODO). Finally add dnbd3 user to images group so it can write replicated stage4 images to NFS share.
Diffstat (limited to 'satellit_installer/includes/50-add_users_groups.inc')
-rw-r--r--satellit_installer/includes/50-add_users_groups.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/satellit_installer/includes/50-add_users_groups.inc b/satellit_installer/includes/50-add_users_groups.inc
index 79f0424..840362a 100644
--- a/satellit_installer/includes/50-add_users_groups.inc
+++ b/satellit_installer/includes/50-add_users_groups.inc
@@ -14,4 +14,5 @@ add_users_groups() {
add_user dmsd 10001 12345 12345
add_user_nohome dnbd3 10002 10002
adduser www-data adm # So the webif can read /var/log stuff
+ adduser dnbd3 images # Put dnbd3 user into images group so it can write the NFS share
}