We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cfcfd commit e1ad061Copy full SHA for e1ad061
1 file changed
contrib/provision-ec2-controller.sh
@@ -44,7 +44,7 @@ ssh_user="ubuntu"
44
45
# chef settings
46
node_name="deis-controller"
47
-run_list="recipe[deis],recipe[deis::postgresql],recipe[deis::server],recipe[deis::gitosis],recipe[deis::build]"
+run_list="recipe[deis::controller]"
48
chef_version=11.4.4
49
50
function echo_color {
0 commit comments