@@ -69,6 +69,7 @@ module AgentControllerConcern |
||
| 69 | 69 |
end |
| 70 | 70 |
when 'configure' |
| 71 | 71 |
target.update!(options: target.options.merge(interpolated['configure_options'])) |
| 72 |
+ log "Agent '#{target.name}' is configured with #{interpolated['configure_options'].inspect}"
|
|
| 72 | 73 |
when '' |
| 73 | 74 |
# Do nothing |
| 74 | 75 |
else |