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:
a03c852
)
Fix a typo
author
Peter Palfrader
<peter@palfrader.org>
Tue, 7 Apr 2009 23:20:31 +0000
(
01:20
+0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 7 Apr 2009 23:20:31 +0000
(
01:20
+0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
9d712a0
..
3a7efd2
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-16,9
+16,9
@@
class apache2 {
require => Package["apache2"],
notify => Exec["apache2 reload"];
- "/etc/logroate.d/apache2":
- source => [ "puppet:///apache2/per-host/$fqdn/etc/logroate.d/apache2",
- "puppet:///apache2/common/etc/logroate.d/apache2" ];
+ "/etc/logro
t
ate.d/apache2":
+ source => [ "puppet:///apache2/per-host/$fqdn/etc/logro
t
ate.d/apache2",
+ "puppet:///apache2/common/etc/logro
t
ate.d/apache2" ];
"/srv/www":
mode => 755,