summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-17 17:53:53 +0000
committermh <mh@immerda.ch>2008-02-17 17:53:53 +0000
commita3bbb9f0bc3b3ecde301965e01b6cb0f2a94db9c (patch)
tree57bb809adefa33a47f17aa66fbfe3b0979be370d /manifests/init.pp
parente1e77bf3768bdd3c14f572599f568443d547f61a (diff)
fixed redefinition
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 5ccc375..138a16e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -78,7 +78,7 @@ class apache::debian inherits apache::base {
}
}
# ubuntu is similar to debian therefor inheritng from there
-class apache::debian inherits apache::debian {}
+class apache::ubuntu inherits apache::debian {}
class apache::openbsd inherits apache::base {
$config_dir = '/var/www/conf/'
}