Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Change order installing apache2, php5
Browse files Browse the repository at this point in the history
Relates #50
  • Loading branch information
Rud5G committed Apr 2, 2015
1 parent 211c343 commit 1904427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/servernode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

include_recipe 'zf2::database'

include_recipe 'zf2::webserver'

include_recipe 'zf2::php'

include_recipe 'zf2::nodejs'

include_recipe 'zf2::projects'

include_recipe 'zf2::webserver'
include_recipe 'zf2::projects'

0 comments on commit 1904427

Please sign in to comment.