summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-05-29 22:50:03 +0200
committermh <mh@immerda.ch>2012-05-29 22:50:03 +0200
commit4ff385d82bc0d300d501bf1fb41df8602c7c95a6 (patch)
treecbceba1a3489e1bcdb89bf99b7be045329b43e3f /manifests/debian.pp
parente8291a62cfddc87023a63d00f51f9309d1699595 (diff)
rename site modules
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index aa54dfa..2054d2f 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -20,10 +20,10 @@ class apache::debian inherits apache::package {
}
file { 'apache_main_config':
path => "${config_dir}/apache2.conf",
- source => [ "puppet:///modules/site-apache/config/Debian.${lsbdistcodename}/${fqdn}/apache2.conf",
- "puppet:///modules/site-apache/config/Debian/{$fqdn}/apache2.conf",
- "puppet:///modules/site-apache/config/Debian.${lsbdistcodename}/apache2.conf",
- "puppet:///modules/site-apache/config/Debian/apache2.conf",
+ source => [ "puppet:///modules/site_apache/config/Debian.${lsbdistcodename}/${fqdn}/apache2.conf",
+ "puppet:///modules/site_apache/config/Debian/{$fqdn}/apache2.conf",
+ "puppet:///modules/site_apache/config/Debian.${lsbdistcodename}/apache2.conf",
+ "puppet:///modules/site_apache/config/Debian/apache2.conf",
"puppet:///modules/apache/config/Debian/apache2.conf" ],
require => Package['apache'],
notify => Service['apache'],