summaryrefslogtreecommitdiffstats
path: root/modules/nginx
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-07 23:02:12 -0500
committerJesse Luehrs <doy@tozt.net>2017-11-07 23:02:12 -0500
commit56730bb5a32d403f20b06f56a291dc30c048bc2a (patch)
tree87533ce7be29d5131c54f9bedf3b22781a427bfa /modules/nginx
parent2eb148bd521b36f130a5733cbf067dc0901d6330 (diff)
downloadpuppet-tozt-56730bb5a32d403f20b06f56a291dc30c048bc2a.tar.gz
puppet-tozt-56730bb5a32d403f20b06f56a291dc30c048bc2a.zip
bump up the timeout for dhparam generation
Diffstat (limited to 'modules/nginx')
-rw-r--r--modules/nginx/manifests/config.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nginx/manifests/config.pp b/modules/nginx/manifests/config.pp
index ee5a294..a55d40c 100644
--- a/modules/nginx/manifests/config.pp
+++ b/modules/nginx/manifests/config.pp
@@ -15,6 +15,7 @@ class nginx::config {
exec { 'openssl dhparam -out /etc/nginx/dhparam.pem 4096':
path => '/usr/bin',
creates => '/etc/nginx/dhparam.pem',
+ timeout => 3600,
require => Service["haveged"];
}
}