File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- activesupport (3.2.16 )
4+ activesupport (3.2.17 )
55 i18n (~> 0.6 , >= 0.6.4 )
66 multi_json (~> 1.0 )
77 addressable (2.3.5 )
2525 buff-config (0.4.0 )
2626 buff-extensions (~> 0.3 )
2727 varia_model (~> 0.1 )
28- buff-extensions (1.0 .0 )
28+ buff-extensions (0.6 .0 )
2929 buff-ignore (1.1.1 )
3030 buff-ruby_engine (0.1.0 )
3131 buff-shell_out (0.1.1 )
5959 faraday_middleware (~> 0.9.0 )
6060 json
6161 rash
62- em-winrm (0.5.4 )
63- eventmachine (= 1.0.3 )
62+ em-winrm (0.5.5 )
63+ eventmachine (~> 1.0.0 )
6464 mixlib-log (>= 1.3.0 )
6565 uuidtools (~> 2.1.1 )
66- winrm (~> 1.1.0 )
66+ winrm (~> 1.1.2 )
6767 erubis (2.7.0 )
6868 eventmachine (1.0.3 )
6969 excon (0.25.3 )
8989 gyoku (1.1.1 )
9090 builder (>= 2.1.2 )
9191 hashie (2.0.5 )
92- highline (1.6.20 )
92+ highline (1.6.21 )
9393 hitimes (1.2.1 )
9494 httpclient (2.3.4.1 )
9595 httpi (0.9.7 )
109109 chef (>= 0.10.10 )
110110 fog (~> 1.12 )
111111 knife-windows
112- knife-windows (0.5.14 )
113- em-winrm (= 0.5.4 )
112+ knife-windows (0.5.15 )
113+ em-winrm (~> 0.5 , > = 0.5.4 )
114114 little-plugger (1.1.3 )
115115 logging (1.8.2 )
116116 little-plugger (>= 1.1.3 )
124124 mixlib-config (1.1.2 )
125125 mixlib-log (1.6.0 )
126126 mixlib-shellout (1.3.0 )
127- multi_json (1.8.4 )
127+ multi_json (1.9.0 )
128128 multipart-post (1.2.0 )
129129 net-http-persistent (2.9.4 )
130130 net-scp (1.1.2 )
Original file line number Diff line number Diff line change 4343# ################
4444node_name=" deis-controller-$( LC_CTYPE=C tr -dc A-Za-z0-9 < /dev/urandom | head -c 5 | xargs) "
4545run_list=" recipe[deis::controller]"
46- chef_version=11.6 .2
46+ chef_version=11.8 .2
4747
4848if [ $node_name = ' deis-controller-' ]; then
4949 echo " Couldn't generate unique name for deis-controller. Aborting."
Original file line number Diff line number Diff line change 3232# ################
3333node_name=deis-controller
3434run_list=" recipe[deis::controller]"
35- chef_version=11.6 .2
35+ chef_version=11.8 .2
3636
3737# #####################
3838# Rackspace settings #
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ git submodule init && git submodule update
5454# ################
5555node_name=deis-controller
5656run_list=" recipe[deis::controller]"
57- chef_version=11.6 .2
57+ chef_version=11.8 .2
5858
5959# ###############
6060# SSH settings #
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Here is an example ``knife bootstrap`` command:
5151.. code-block :: console
5252
5353 $ knife bootstrap 198.51.100.22 \
54- > --bootstrap-version 11.6 .2 \
54+ > --bootstrap-version 11.8 .2 \
5555 > --ssh-user ubuntu \
5656 > --sudo \
5757 > --identity-file ~/.ssh/id_rsa \
You can’t perform that action at this time.
0 commit comments