We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b69f4b commit db6f436Copy full SHA for db6f436
2 files changed
Berksfile.lock
@@ -12,7 +12,7 @@
12
"deis": {
13
"locked_version": "0.3.0",
14
"git": "https://github.com/opdemand/deis-cookbook.git",
15
- "ref": "33acc37909a4e57ed0728fa0fd7384ff2c1234fa"
+ "ref": "1a568da5e40e4dd0a47772fe1cb4657313a616f6"
16
}
17
18
contrib/vagrant/provision-controller.sh
@@ -118,5 +118,8 @@ if [ $? -eq 0 ]; then
118
fi
119
popd
120
121
+echo_color "Setting devmode flag on 'deis-controller'..."
122
+knife exec -E 'nodes.transform("name:deis-controller") {|n| n.normal_attrs["deis"]["devmode"] = true; n.save }
123
+
124
# Need Chef admin permission in order to add and remove nodes and clients
125
echo -e "\033[35mPlease ensure that \"deis-controller\" is added to the Chef \"admins\" group.\033[0m"
0 commit comments