From 0cc74ab15fb5ed15bff11fa4cc1f473c8bf7d85d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 11 May 2011 10:16:21 -0400 Subject: bulk formatting standardization fixes --- manifests/daemon/vhosts.pp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'manifests/daemon/vhosts.pp') diff --git a/manifests/daemon/vhosts.pp b/manifests/daemon/vhosts.pp index d627df1..b568b65 100644 --- a/manifests/daemon/vhosts.pp +++ b/manifests/daemon/vhosts.pp @@ -1,9 +1,10 @@ class git::daemon::vhosts inherits git::daemon { - File['git-daemon_config']{ - source => [ "puppet://$server/modules/site-git/config/${fqdn}/git-daemon.vhosts", - "puppet://$server/modules/site-git/config/${operatingsystem}/git-daemon.vhosts", - "puppet://$server/modules/site-git/config/git-daemon.vhosts", - "puppet://$server/modules/git/config/${operatingsystem}/git-daemon.vhosts", - "puppet://$server/modules/git/config/git-daemon.vhosts" ], - } + + File['git-daemon_config']{ + source => [ "puppet://$server/modules/site-git/config/${fqdn}/git-daemon.vhosts", + "puppet://$server/modules/site-git/config/${operatingsystem}/git-daemon.vhosts", + "puppet://$server/modules/site-git/config/git-daemon.vhosts", + "puppet://$server/modules/git/config/${operatingsystem}/git-daemon.vhosts", + "puppet://$server/modules/git/config/git-daemon.vhosts" ], + } } -- cgit v1.2.3