ae44332c69
Change-Id: I8442758ffaf3a55ec4773bf820bc4cdefb2e6452
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
#if $getVar('chef_validation_file', '') == ""
|
|
#set chef_validation_file = '/etc/chef-server/chef-validator.pem'
|
|
#end if
|
|
#set f = $open($chef_validation_file)
|
|
cat << EOL > /etc/chef/validation.pem
|
|
#echo $f.read()
|
|
EOL
|
|
#silent $f.close()
|