]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Using site_apache
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 18:08:52 +0000 (16:08 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 18:08:52 +0000 (16:08 -0200)
manifests/site.pp

index d5046daf9f4812f6b2ff4f6ea2cc55bc303a7d08..f10f1462b8d5864e3da730dea067773331aea9f7 100644 (file)
@@ -111,8 +111,8 @@ define apache::site($ensure = present, $docroot = false, $redirect = false,
     true: {
              file { "${apache::sites}-available/$vhost":
                ensure  => $ensure,
-               source  => [ "puppet:///modules/site-apache/vhosts/$domain/$title", 
-                            "puppet:///modules/site-apache/vhosts/$title" ],
+               source  => [ "puppet:///modules/site_apache/vhosts/$domain/$title", 
+                            "puppet:///modules/site_apache/vhosts/$title" ],
                owner   => root,
                group   => root,
                mode    => 0644,