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/manifests/mod/php.pp | |
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/manifests/mod/php.pp')
-rw-r--r-- | modules/apache/manifests/mod/php.pp | 2 |
1 files changed, 1 insertions, 1 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'), } } |