bootstrap -c option

This commit is contained in:
amartynov 2015-08-10 16:35:28 +03:00
parent 794883aaa6
commit 7a69d2b83c

View File

@ -92,6 +92,7 @@ EOH
end
def self.knife_bootstrap out, ip, options
options << "-c ~/.chef/knife.rb"
knife_stream(out, "bootstrap", options + [ ip ])
end