The supported options are, everything that MTik::Connection.new() accepts, plus include_ec2_facts. Setting include_ec2_facts to true will instruct the module to gather a limited amount of ec2_metadata facts during fact collection via /tool/fetch of http://169.254.169.254/latest/meta-data/.
This PR allows moving the
puppet device
configuration to an external JSON file; e.g. you can (optionally) specify the following indevice.conf
:... and then in
mikrotik.example.com.json
include the following:The supported options are, everything that
MTik::Connection.new()
accepts, plusinclude_ec2_facts
. Settinginclude_ec2_facts
totrue
will instruct the module to gather a limited amount ofec2_metadata
facts during fact collection via/tool/fetch
ofhttp://169.254.169.254/latest/meta-data/
.