Skip to content
Snippets Groups Projects
Commit 5650cb6e authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix syntax error.. thanks foodcritic

parent ecdd3ad9
No related branches found
No related tags found
No related merge requests found
...@@ -342,7 +342,8 @@ end ...@@ -342,7 +342,8 @@ end
######################### #########################
node['typo3_site']['sync_directories'].each do |sync_data| node['typo3_site']['sync_directories'].each do |sync_data|
ssh_known_hosts_entry "Add host to known hosts: #{sync_data['hostname']}" do # don't fix this. This must look exactly like this! Foodcritic is not correct here!
ssh_known_hosts_entry sync_data['hostname'] do
port sync_data['port'] port sync_data['port']
only_if { sync_data['hostname'] } only_if { sync_data['hostname'] }
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment