diff options
author | Michael Scherer <misc@mageia.org> | 2012-04-02 11:05:35 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-04-02 11:05:35 +0000 |
commit | f6c93e0bda5c042d0ee3d25348df04d069997fb3 (patch) | |
tree | 0a7ee7a3b46d04d6864e094a1579b2c5b383ce4e /modules/apache | |
parent | 2781f3c5b9174a2ff0c804a913835dde66926aac (diff) | |
download | puppet-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')
-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 |