projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55d9f17
)
fix templating fu
author
Peter Palfrader
<peter@palfrader.org>
Mon, 25 May 2015 17:25:23 +0000
(19:25 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 25 May 2015 17:25:23 +0000
(19:25 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
66ee3df
..
008dab8
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-89,7
+89,7
@@
class apache2 {
if $::lsbmajdistrelease > 7 {
file { '/etc/apache2/mods-available/mpm_worker.conf':
- content => template('apache2/mpm_worker'),
+ content => template('apache2/mpm_worker
.erb
'),
}
}