From f6c93e0bda5c042d0ee3d25348df04d069997fb3 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 2 Apr 2012 11:05:35 +0000 Subject: move the others files in subdirectory --- modules/apache/manifests/mod/php.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apache/manifests/mod/php.pp') 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'), } } -- cgit v1.2.1