Repository: incubator-stratos Updated Branches: refs/heads/master a627251a1 -> 548537d93
php should be installed before agent Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b15c6995 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b15c6995 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b15c6995 Branch: refs/heads/master Commit: b15c699582fd5d2022f62436aded19ef427c52f4 Parents: f8cdad4 Author: Nirmal Fernando <[email protected]> Authored: Tue Feb 25 17:59:18 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Tue Feb 25 17:59:18 2014 +0530 ---------------------------------------------------------------------- tools/puppet3/manifests/nodes.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b15c6995/tools/puppet3/manifests/nodes.pp ---------------------------------------------------------------------- diff --git a/tools/puppet3/manifests/nodes.pp b/tools/puppet3/manifests/nodes.pp index 00e94b6..152001b 100644 --- a/tools/puppet3/manifests/nodes.pp +++ b/tools/puppet3/manifests/nodes.pp @@ -59,8 +59,8 @@ node /php/ inherits base { class {'agent':} class {'php':} - #install agent before php - Class['agent'] ~> Class['php'] + #install php before agent + Class['php'] ~> Class['agent'] } # loadbalancer cartridge node
