Chris Fortier
Results
1
comments of
Chris Fortier
the issue can be replicated by: create encrypted ssh keys add those keys to AWS account run chef-metal with a block like: fog_key_pair 'foo' do private_key_path "#{ec2keydir}/foo" public_key_path "#{ec2keydir}/foo.pub" end...