From 0662d805536bde7cb17ef5465ef934122bf14978 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 27 Jun 2012 14:57:19 -0400 Subject: switch to underscores for 2.7 --- manifests/daemon/vhosts.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/daemon/vhosts.pp') diff --git a/manifests/daemon/vhosts.pp b/manifests/daemon/vhosts.pp index b568b65..9591330 100644 --- a/manifests/daemon/vhosts.pp +++ b/manifests/daemon/vhosts.pp @@ -1,9 +1,9 @@ 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", + 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