Repository: incubator-stratos Updated Branches: refs/heads/master c59ac28a5 -> f0acd07b3
Fix chown issue for PHP Cartridge Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/f0acd07b Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/f0acd07b Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/f0acd07b Branch: refs/heads/master Commit: f0acd07b3b17b12bd1b8d247d80991fed6c38891 Parents: c59ac28 Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Fri Apr 18 16:01:22 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Fri Apr 18 16:01:22 2014 +0530 ---------------------------------------------------------------------- tools/puppet3/modules/agent/templates/extensions/addons/_php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f0acd07b/tools/puppet3/modules/agent/templates/extensions/addons/_php.erb ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/agent/templates/extensions/addons/_php.erb b/tools/puppet3/modules/agent/templates/extensions/addons/_php.erb index e9273c0..adb8059 100755 --- a/tools/puppet3/modules/agent/templates/extensions/addons/_php.erb +++ b/tools/puppet3/modules/agent/templates/extensions/addons/_php.erb @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -chown -R www-data:www-data <%= @stratos_app_path %> +chown -R www-data:www-data /var/www
