summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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/'
}