aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/mod
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-04-02 11:05:35 +0000
committerMichael Scherer <misc@mageia.org>2012-04-02 11:05:35 +0000
commitf6c93e0bda5c042d0ee3d25348df04d069997fb3 (patch)
tree0a7ee7a3b46d04d6864e094a1579b2c5b383ce4e /modules/apache/manifests/mod
parent2781f3c5b9174a2ff0c804a913835dde66926aac (diff)
downloadpuppet-f6c93e0bda5c042d0ee3d25348df04d069997fb3.tar
puppet-f6c93e0bda5c042d0ee3d25348df04d069997fb3.tar.gz
puppet-f6c93e0bda5c042d0ee3d25348df04d069997fb3.tar.bz2
puppet-f6c93e0bda5c042d0ee3d25348df04d069997fb3.tar.xz
puppet-f6c93e0bda5c042d0ee3d25348df04d069997fb3.zip
move the others files in subdirectory
Diffstat (limited to 'modules/apache/manifests/mod')
-rw-r--r--modules/apache/manifests/mod/php.pp2
-rw-r--r--modules/apache/manifests/mod/wsgi.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/apache/manifests/mod/php.pp b/modules/apache/manifests/mod/php.pp
index 28ac6e31..c5de893e 100644
--- a/modules/apache/manifests/mod/php.pp
+++ b/modules/apache/manifests/mod/php.pp
@@ -5,6 +5,6 @@ class apache::mod::php {
package { 'apache-mod_php': }
apache::config { '/etc/httpd/conf.d/mod_php.conf':
- content => template('apache/mod_php.conf'),
+ content => template('apache/mod/php.conf'),
}
}
diff --git a/modules/apache/manifests/mod/wsgi.pp b/modules/apache/manifests/mod/wsgi.pp
index 416adb34..d2ab72d2 100644
--- a/modules/apache/manifests/mod/wsgi.pp
+++ b/modules/apache/manifests/mod/wsgi.pp
@@ -7,6 +7,6 @@ class apache::mod::wsgi {
}
apache::config { '/etc/httpd/conf.d/mod_wsgi.conf':
- content => template('apache/mod_wsgi.conf'),
+ content => template('apache/mod/wsgi.conf'),
}
}