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

index f10f1462b8d5864e3da730dea067773331aea9f7..7b8352746e92936c6d4388fa04fb0b3a809afdb5 100644 (file)
@@ -111,7 +111,7 @@ 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", 
+               source  => [ "puppet:///modules/site_apache/vhosts/$domain/$title",
                             "puppet:///modules/site_apache/vhosts/$title" ],
                owner   => root,
                group   => root,