Comment 2 for bug 1876375

Revision history for this message
Paul Larson (pwlars) wrote : Re: datasource from earlier file with datasource_list not used

Not sure if it's relevant, but one thing I found interesting is that as long as I include datasource_list at the top, I didn't even have to include a datasource: NoCloud: ... section.
For example, this works as long as I made sure it runs after 90_dpkg.cfg (mentioned in above comment)

#cloud-config
datasource_list: [ NoCloud, None ]
users:
  - name: ubuntu
    ssh-authorized-keys:
        - <MY_SSY_KEY>
    homedir: /home/ubuntu
    sudo: ALL=(ALL) NOPASSWD:ALL
    shell: /bin/bash