summaryrefslogtreecommitdiff
path: root/manifests/daemon/vhosts.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-05-11 10:16:21 -0400
committerMicah Anderson <micah@riseup.net>2011-05-11 10:29:53 -0400
commit0cc74ab15fb5ed15bff11fa4cc1f473c8bf7d85d (patch)
tree2d6c070b2826b30745594df82216a3c28060df96 /manifests/daemon/vhosts.pp
parent9495860330ac66899616f10c51059447966d1181 (diff)
bulk formatting standardization fixes
Diffstat (limited to 'manifests/daemon/vhosts.pp')
-rw-r--r--manifests/daemon/vhosts.pp15
1 files changed, 8 insertions, 7 deletions
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" ],
+ }
}