Comment 7 for bug 1850310

Revision history for this message
TJ (zimmertr) wrote :

I'm affected as well. Got around this like so:

write_files:
  - path: /etc/resolvconf/resolv.conf.d/base
    content: nameserver 192.168.1.100
runcmd:
  - [ systemctl, restart, resolvconf ]