We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec05fcd commit 783fa80Copy full SHA for 783fa80
cookbooks/boxcutter_sonatype/recipes/default.rb
@@ -306,7 +306,8 @@
306
JSON::ParserError
307
Chef::Log.info('Nexus: could not set anonymous with bootstrap password; continuing bootstrap...')
308
rescue StandardError => err
309
- Chef::Log.warn("Nexus: unexpected error setting anonymous with bootstrap password (#{err.class}: #{err.message}); continuing...")
+ Chef::Log.warn('Nexus: unexpected error setting anonymous with bootstrap ' \
310
+ "password (#{err.class}: #{err.message}); continuing...")
311
end
312
313
# Now change admin password to managed password
0 commit comments