diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/apache/manifests/mod/php.pp | 2 | ||||
-rw-r--r-- | modules/apache/manifests/mod/wsgi.pp | 2 | ||||
-rw-r--r-- | modules/apache/templates/mod/php.conf (renamed from modules/apache/templates/mod_php.conf) | 0 | ||||
-rw-r--r-- | modules/apache/templates/mod/wsgi.conf (renamed from modules/apache/templates/mod_wsgi.conf) | 0 |
4 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'), } } diff --git a/modules/apache/templates/mod_php.conf b/modules/apache/templates/mod/php.conf index 6d64ffb8..6d64ffb8 100644 --- a/modules/apache/templates/mod_php.conf +++ b/modules/apache/templates/mod/php.conf diff --git a/modules/apache/templates/mod_wsgi.conf b/modules/apache/templates/mod/wsgi.conf index 0ecba31a..0ecba31a 100644 --- a/modules/apache/templates/mod_wsgi.conf +++ b/modules/apache/templates/mod/wsgi.conf |