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:
db83e9a
)
and remove the syntax error, hopefully
author
Stephen Gran
<steve@lobefin.net>
Sat, 17 Oct 2009 14:52:57 +0000
(15:52 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 17 Oct 2009 14:52:57 +0000
(15:52 +0100)
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
719a71b
..
9e11600
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-80,14
+80,13
@@
class apache2 {
# ensure => directory;
}
- exec {
- "reload-apache2":
+ exec { "reload-apache2":
command => "/etc/init.d/apache2 reload",
- refreshonly => true;
+ refreshonly => true,
+ }
-
"force-reload-apache2":
+
exec {
"force-reload-apache2":
command => "/etc/init.d/apache2 force-reload",
- refreshonly => true;
-
+ refreshonly => true,
}
}