diff --git a/recipes/default.rb b/recipes/default.rb index a305ae2592fdcc60bf3d7f90c44dc3742cf1d48d..adb1dde8e5193110c70afe181f75196bf6ba2615 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -342,7 +342,8 @@ end ######################### 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'] only_if { sync_data['hostname'] } end