And a first ekey module
[mirror/dsa-puppet.git] / modules / entropykey / files / ekeyd-egd-linux
diff --git a/modules/entropykey/files/ekeyd-egd-linux b/modules/entropykey/files/ekeyd-egd-linux
new file mode 100644 (file)
index 0000000..ba8c31c
--- /dev/null
@@ -0,0 +1,26 @@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
+# Change to YES to allow ekeyd-egd-linux to start. Ensure the below are
+# correctly configured first though.
+START_EKEYD_EGD_LINUX=YES
+
+# Change this if you want it to be something other than the default
+# HOST=127.0.0.1
+# PORT=8888
+
+# Number of bits minimum in the pool, below which the daemon will kick in
+# and transfer data from the EGD to the pool (providing it's available)
+# WATERMARK=1024
+
+# Number of 1024 bit (128 byte) blocks to transfer to the kernel each
+# time it dips below the low water mark.
+# BLOCKS=3
+
+# How many shannons-per-byte to claim for data pushed to the pool
+# SHANNONS=7
+
+# How many seconds between connection retries. Zero means do-not-retry.
+RETRYTIME=30