diff options
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'), } } |