renamed apache site configuration files to the same consistent name

This commit is contained in:
Kohsuke Kawaguchi 2013-10-02 16:46:56 -07:00
parent f9e7f597d5
commit ee73e1cfbc
4 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class confluence-cache {
# to co-exist with others, incoming HTTP requests hit Apache first
apache2::virtualhost {
'wiki.jenkins-ci.org' :
source => 'puppet:///modules/confluence-cache/wiki.jenkins-ci.org.conf';
source => 'puppet:///modules/confluence-cache/site.conf';
}
# then nginx handles cache

View File

@ -21,6 +21,6 @@ class updates_jenkins-ci_org {
apache2::virtualhost {
'updates.jenkins-ci.org' :
source => 'puppet:///modules/updates_jenkins-ci_org/updates.jenkins-ci.org';
source => 'puppet:///modules/updates_jenkins-ci_org/site.conf';
}
}