diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-16 15:37:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-16 15:37:15 -0200 |
commit | b8dc628301c86b56c932ec18dcdd353de51f4195 (patch) | |
tree | 08903e562037e502fa9940cdb5c0c58c8d562545 /templates | |
download | puppet-rng-tools-b8dc628301c86b56c932ec18dcdd353de51f4195.tar.gz puppet-rng-tools-b8dc628301c86b56c932ec18dcdd353de51f4195.tar.bz2 |
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rng-tools.erb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/rng-tools.erb b/templates/rng-tools.erb new file mode 100644 index 0000000..fa0a8d7 --- /dev/null +++ b/templates/rng-tools.erb @@ -0,0 +1,19 @@ +# Configuration for the rng-tools initscript +# $Id: rng-tools.default,v 1.1.2.5 2008-06-10 19:51:37 hmh Exp $ + +# This is a POSIX shell fragment + +# Set to the input source for random data, leave undefined +# for the initscript to attempt auto-detection. Set to /dev/null +# for the viapadlock driver. +#HRNGDEVICE=/dev/hwrng +#HRNGDEVICE=/dev/null +HRNGDEVICE=<%= rng_tools_device %> + +# Additional options to send to rngd. See the rngd(8) manpage for +# more information. Do not specify -r/--rng-device here, use +# HRNGDEVICE for that instead. +#RNGDOPTIONS="--hrng=intelfwh --fill-watermark=90% --feed-interval=1" +#RNGDOPTIONS="--hrng=viakernel --fill-watermark=90% --feed-interval=1" +#RNGDOPTIONS="--hrng=viapadlock --fill-watermark=90% --feed-interval=1" +RNGDOPTIONS="<%= rng_tools_options %>" |