Modified: puppet/modules/blog/manifests/init.pp =================================================================== --- puppet/modules/blog/manifests/init.pp 2011-01-18 17:01:27 UTC (rev 832) +++ puppet/modules/blog/manifests/init.pp 2011-01-18 17:07:54 UTC (rev 833) @@ -17,8 +17,8 @@ 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,