used the wrong password for unlocking the test keychain

This commit is contained in:
Mark John Merin 2022-03-04 09:32:27 -08:00
Родитель e31b1c14e4
Коммит f5cb1c9a59
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@ certificate 'install a PFX format certificate file' do
certfile '/Users/vagrant/Test.p12'
cert_password 'test'
keychain '/Users/vagrant/Library/Keychains/test.keychain'
kc_passwd node['macos']['admin_password']
kc_passwd 'test'
apps ['/Applications/Safari.app']
action :install
end