Closed gordonje closed 7 years ago
Git is also listed in our dependencies to be installed later in the bootstrap. Seems to work fine if we don't do this up front.
That leaves ruby and it's dependencies...
Also, Chef installs a recent version of ruby in /opt/chef/embedded/
:
$ fab dev ssh
ubuntu@ip-172-31-19-182:~$ /opt/chef/embedded/bin/ruby --version
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
So unless we need ruby for anything else (besides running the chef client), we should be able to remove this from the installchef
fab task as well.
The following error is happening during the step where we install chef as part of bootstrapping a new web server:
If re-run
fab bootstrap
, there's no error. But maybe we can figure out what's going on with these dependencies?