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:
52b3c43
)
manifest error
author
Stephen Gran
<steve@lobefin.net>
Sun, 15 Nov 2009 02:26:04 +0000
(
02:26
+0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 15 Nov 2009 02:26:04 +0000
(
02:26
+0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
2adc16a
..
dc8c66c
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-80,7
+80,7
@@
class apache2 {
notify => Exec["reload-apache2"];
"/etc/apache2/sites-available/default-debian.org":
- content => template("apache2/default-debian.org.erb",
+ content => template("apache2/default-debian.org.erb"
)
,
require => Package["apache2"],
notify => Exec["reload-apache2"];