]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Switching to site-module convention
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Jul 2011 17:25:37 +0000 (14:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Jul 2011 17:25:37 +0000 (14:25 -0300)
manifests/init.pp

index f8846cbecac878e4ebda6f7840584cf48afea3f8..71f5f7ccc1f1bf95d2fdc2d2fa619e17e5128c45 100644 (file)
@@ -183,7 +183,7 @@ class apache {
       true: {
                file { "${apache2_sites}-available/$vhost":
                  ensure  => $ensure,
-                 source  => "puppet://$server/files/apache/vhosts/$title",
+                 source  => "puppet:///modules/site-apache/vhosts/$title",
                  owner   => root,
                  group   => root,
                  mode    => 0644,