aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-04 15:09:53 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-04 15:09:53 +0200
commit54cb56fe666f54a11f6e0b1a53303508a1826114 (patch)
tree9dafb2fd6ddb57981b7fae57bf4ba56c6a8aac4b
parent8093d467c2f81afe4d321d0547e2cfc2c4067f57 (diff)
downloadPuppet-dev.tar.gz
Puppet-dev.tar.zst
Puppet-dev.zip
Add http2 moduledev
-rw-r--r--modules/profile/manifests/apache.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/profile/manifests/apache.pp b/modules/profile/manifests/apache.pp
index 7187350..3c25e2b 100644
--- a/modules/profile/manifests/apache.pp
+++ b/modules/profile/manifests/apache.pp
@@ -22,6 +22,11 @@ class profile::apache {
22 filename => 'protocols.conf' 22 filename => 'protocols.conf'
23 } 23 }
24 24
25 ::apache::custom_config { 'protocols.load':
26 content => 'LoadModule http2_module /etc/httpd/modules/mod_http2.so',
27 filename => 'protocols.load'
28 }
29
25 ::apache::custom_config { 'document_root.conf': 30 ::apache::custom_config { 'document_root.conf':
26 source => "puppet:///modules/profile/apache/document_root.conf", 31 source => "puppet:///modules/profile/apache/document_root.conf",
27 filename => "document_root.conf" 32 filename => "document_root.conf"