Sync external_ids from create
otherwise, bridges require 2 Puppet runs to be fully in sync.
This commit is contained in:
parent
e58877d037
commit
7f8c898e9c
@ -11,6 +11,7 @@ Puppet::Type.type(:vs_bridge).provide(:ovs) do
|
||||
|
||||
def create
|
||||
vsctl("add-br", @resource[:name])
|
||||
external_ids = @resource[:external_ids] if@resource[:external_ids]
|
||||
end
|
||||
|
||||
def destroy
|
||||
|
Loading…
Reference in New Issue
Block a user