diff options
author | Damien Lallement <dams@mageia.org> | 2011-01-18 17:07:54 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-01-18 17:07:54 +0000 |
commit | f4da78bc06f2f50afd48d474ebe258951a8f8681 (patch) | |
tree | 90886f57a891e87add70b9c4cec5d471049f89bb /modules/blog | |
parent | 4a450d554d5969309bb05018a49337d9c46868fd (diff) | |
download | puppet-f4da78bc06f2f50afd48d474ebe258951a8f8681.tar puppet-f4da78bc06f2f50afd48d474ebe258951a8f8681.tar.gz puppet-f4da78bc06f2f50afd48d474ebe258951a8f8681.tar.bz2 puppet-f4da78bc06f2f50afd48d474ebe258951a8f8681.tar.xz puppet-f4da78bc06f2f50afd48d474ebe258951a8f8681.zip |
typo (vhost)
Diffstat (limited to 'modules/blog')
-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, |