diff options
Diffstat (limited to 'tools/cloud-init/PACKET/90_dpkg.cfg')
-rw-r--r-- | tools/cloud-init/PACKET/90_dpkg.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/cloud-init/PACKET/90_dpkg.cfg b/tools/cloud-init/PACKET/90_dpkg.cfg new file mode 100644 index 00000000..4f7bbd8c --- /dev/null +++ b/tools/cloud-init/PACKET/90_dpkg.cfg @@ -0,0 +1,8 @@ +# to update this file, run dpkg-reconfigure cloud-init +datasource_list: [ Ec2 ] +datasource: + Ec2: + metadata_urls: ["https://metadata.packet.net"] + max_wait: 120 + timeout: 50 + strict_id: false |