Repository: stratos Updated Branches: refs/heads/master 4a2c5b5f7 -> 8d2489771
change php apache webroot to /var/www/www Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/8d248977 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/8d248977 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/8d248977 Branch: refs/heads/master Commit: 8d2489771f45a46bff345245ea037fb0136cd245 Parents: 4a2c5b5 Author: Lakmal Warusawithana <[email protected]> Authored: Wed Jul 2 21:42:48 2014 +0530 Committer: Lakmal Warusawithana <[email protected]> Committed: Wed Jul 2 21:42:48 2014 +0530 ---------------------------------------------------------------------- tools/puppet3/manifests/php.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/8d248977/tools/puppet3/manifests/php.pp ---------------------------------------------------------------------- diff --git a/tools/puppet3/manifests/php.pp b/tools/puppet3/manifests/php.pp index da47e11..f16b9fd 100755 --- a/tools/puppet3/manifests/php.pp +++ b/tools/puppet3/manifests/php.pp @@ -17,7 +17,7 @@ # php cartridge node node /php/ inherits base { - $docroot = "/var/www/" + $docroot = "/var/www/www" $syslog="/var/log/apache2/error.log" $samlalias="/var/www/"
