Skip to content

Commit e1ad061

Browse files
author
Gabriel Monroy
committed
use deis::controller meta recipe in provision script re #95
1 parent 34cfcfd commit e1ad061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/provision-ec2-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ssh_user="ubuntu"
4444

4545
# chef settings
4646
node_name="deis-controller"
47-
run_list="recipe[deis],recipe[deis::postgresql],recipe[deis::server],recipe[deis::gitosis],recipe[deis::build]"
47+
run_list="recipe[deis::controller]"
4848
chef_version=11.4.4
4949

5050
function echo_color {

0 commit comments

Comments
 (0)