summaryrefslogtreecommitdiffstats
path: root/modules/nginx
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-01 20:08:50 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-01 20:08:50 -0400
commit45f7e7661261dfdcc1d81624c79b82503a0d6e10 (patch)
tree2d27bd0734a318bbcd9486dcefaef2c4ab124b0d /modules/nginx
parent2896423f54d569324dc241bc8b3e07b20ae67386 (diff)
downloadpuppet-tozt-45f7e7661261dfdcc1d81624c79b82503a0d6e10.tar.gz
puppet-tozt-45f7e7661261dfdcc1d81624c79b82503a0d6e10.zip
remove haveged
as of linux 5.6, /dev/random behaves the same as /dev/urandom, so there isn't any more blocking to work around
Diffstat (limited to 'modules/nginx')
-rw-r--r--modules/nginx/manifests/config.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/nginx/manifests/config.pp b/modules/nginx/manifests/config.pp
index 8a95edd..83becc3 100644
--- a/modules/nginx/manifests/config.pp
+++ b/modules/nginx/manifests/config.pp
@@ -1,6 +1,4 @@
class nginx::config {
- include haveged
-
file {
"/etc/nginx/sites-available":
ensure => directory;