Removed insult

Change-Id: Ibd6c37aa341ec2257a651e5c3cb5645410d5e6a0
This commit is contained in:
Christian Berendt 2014-06-04 21:34:10 +02:00
parent 64bb24fa64
commit f68bfef738
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Puppet::Type.type(:l2_ovs_port).provide(:ovs) do
end
end
# enable vlan_splinters if need
if @resource[:vlan_splinters].to_s() == 'true' # fucking puppet send non-boolean value instead true/false
if @resource[:vlan_splinters].to_s() == 'true' # puppet send non-boolean value instead true/false
Puppet.debug("Interface '#{@resource[:interface]}' vlan_splinters is '#{@resource[:vlan_splinters]}' [#{@resource[:vlan_splinters].class}]")
begin
vsctl('--', "set", "Port", @resource[:interface], "vlan_mode=trunk")