Comment 4 for bug 1925998

Revision history for this message
Jack Shaw (jack-shaw) wrote :

Unable to replicate this. Presumably it was resolved by accident?

```
$ juju version
2.9.40-ubuntu-amd64

$ juju config ubuntu hostname
foo.bar

$ cat bundle.bundle
series: focal
applications:
  ubuntu:
    charm: ubuntu
    channel: stable
    revision: 21
    num_units: 1
    to:
    - "0"
    options:
      hostname: foo.bar
    constraints: arch=amd64
machines:
  "0":
    constraints: arch=amd64

$ juju deploy ./bundle.bundle --dry-run --verbose
No changes to apply.
```

Closing this. Feel free to re-open if you are still able to replicate