summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 85a6482..d01f505 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,4 +1,4 @@
-class blog (
+class website_blog_2 (
String $blog_root,
String $certname,
String $domain,
@@ -32,7 +32,7 @@ class blog (
* => $default,
server_name => [ $domain, ],
index_files => [ 'index.php', 'index.html', 'index.htm', ],
- www_root => $blog::blog_root,
+ www_root => $blog_root,
}
if $domain_aliases {
@@ -45,5 +45,5 @@ class blog (
}
}
- create_resources(blog::instance, $blogs)
+ create_resources(website_blog_2::instance, $blogs)
}