diff options
Diffstat (limited to 'modules/blog/manifests')
-rw-r--r-- | modules/blog/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp index 4efe58de..360d5432 100644 --- a/modules/blog/manifests/init.pp +++ b/modules/blog/manifests/init.pp @@ -17,8 +17,8 @@ class blog { content => template("blog/check_new-blog-post.sh") } - file { "01_blogs_vhosts.conf": - path => "/etc/httpd/conf/vhosts.d/", + file { "01_blogs_vhosts": + path => "/etc/httpd/conf/vhosts.d/01_blogs_vhosts.conf", ensure => present, owner => root, group => root, |