summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@users.noreply.github.com>2017-07-28 11:52:07 -0700
committerGitHub <noreply@github.com>2017-07-28 11:52:07 -0700
commit383c06817f2878adce0bac074aa521c2bf9e9889 (patch)
tree14ed93e14c1a30ffedbe7e5634d70dbad113e981 /README.md
parentf24f2ee777e87bd3e1f90fe697e9832c453fdfae (diff)
downloadgoogle-compute-image-packages-383c06817f2878adce0bac074aa521c2bf9e9889.tar.gz
Add README documentation for config options. (#446)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index dfd13f5..6d628a9 100644
--- a/README.md
+++ b/README.md
@@ -239,6 +239,10 @@ Section | Option | Value
----------------- | -------------------- | -----
Accounts | deprovision_remove | `true` makes deprovisioning a user destructive.
Accounts | groups | Comma separated list of groups for newly provisioned users.
+Accounts | useradd_cmd | Command string to create a new user.
+Accounts | userdel_cmd | Command string to delete a user.
+Accounts | usermod_cmd | Command string to modify a user's groups.
+Accounts | groupadd_cmd | Command string to create a new group.
Daemons | accounts_daemon | `false` disables the accounts daemon.
Daemons | clock_skew_daemon | `false` disables the clock skew daemon.
Daemons | ip_forwarding_daemon | `false` disables the IP forwarding daemon.