diff options
-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 672bb1fb..e502e978 100644 --- a/modules/blog/manifests/init.pp +++ b/modules/blog/manifests/init.pp @@ -18,7 +18,7 @@ class blog { } apache::vhost_other_app { "blog.$domain": - vhost_file => "/etc/httpd/conf/vhosts.d/01_blogs_vhosts.conf", + vhost_file => "blog/01_blogs_vhosts.conf", } file { "/var/lib/blog": |