config/cc_resolv_conf: run PER_INSTANCE rather than PER_ONCE
Quick chat with ctracy indicated that this is just as well run PER_INSTANCE, and it is more consistent with other things that way.
This commit is contained in:
parent
8b20d2c2db
commit
096ed74ae2
@ -47,11 +47,11 @@
|
||||
#
|
||||
|
||||
|
||||
from cloudinit.settings import PER_ONCE
|
||||
from cloudinit.settings import PER_INSTANCE
|
||||
from cloudinit import templater
|
||||
from cloudinit import util
|
||||
|
||||
frequency = PER_ONCE
|
||||
frequency = PER_INSTANCE
|
||||
|
||||
distros = ['fedora', 'rhel']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user