aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 015d9de..4364388 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,11 @@ Envvar
Module for managing global environment modules.
-Currently uses `/etc/environment`, so requires logind.
+On systemd systems, this module takes control over
+`/etc/environment`. This means that `logind` must be in use.
+
+Currently no other system is supported.
+
+The key `environment` will be looked up through hiera as a hash,
+where each key will be used as an environment variable, and each
+value will be the corresponding value.