diff options
Diffstat (limited to 'modules/blog/manifests/init.pp')
-rw-r--r-- | modules/blog/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp index e502e978..cb932dd2 100644 --- a/modules/blog/manifests/init.pp +++ b/modules/blog/manifests/init.pp @@ -17,7 +17,7 @@ class blog { content => template("blog/check_new-blog-post.sh") } - apache::vhost_other_app { "blog.$domain": + apache::vhost_other_app { "blog-test.$domain": vhost_file => "blog/01_blogs_vhosts.conf", } |