summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-01 11:38:45 +0000
committermh <mh@immerda.ch>2008-11-01 11:38:45 +0000
commitd389be93eccf63eeaa57b40c8a7457267ed0bd1a (patch)
tree4df1fb7f37e46b97921a58e39b8d791a6796070a /manifests/init.pp
parenta2f1d9aa49c47f8b9c6411f4c7dd053fb4b066b1 (diff)
fixed typo
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9de7f3b..db77b14 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -62,7 +62,7 @@ class apache::package inherits apache::base {
File['vhosts_dir']{
require => Package[apache],
}
- Servicei['apache']{
+ Service['apache']{
require => Package[apache],
}
File['default_apache_index']{