aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-04 15:10:56 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-04 15:10:56 +0200
commit970b4c2294166d1aadff8325109e8988d5588e6a (patch)
tree46435603a9d3481981791e4cd9347f401a28242e
parent76fd3abc7e4ba2f478f7e3d823b3ab8c8946b97c (diff)
parent54cb56fe666f54a11f6e0b1a53303508a1826114 (diff)
downloadPuppet-master.tar.gz
Puppet-master.tar.zst
Puppet-master.zip
Merge branch 'dev'HEADmaster
-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"