Skip to content

Commit

Permalink
Merge 7c9cc5b into f9f2e7d
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunge committed Oct 13, 2020
2 parents f9f2e7d + 7c9cc5b commit 702df64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/classes/collectd_plugin_ovs_stats_spec.rb
Expand Up @@ -26,7 +26,7 @@

it 'will create config which will contain port configuration' do
is_expected.to contain_file('ovs_stats.load').with(
content: %r{Port 666}
content: %r{Port "666"}
)
end

Expand Down
2 changes: 1 addition & 1 deletion templates/plugin/ovs_stats.conf.erb
@@ -1,6 +1,6 @@
<Plugin "ovs_stats">
<%- if @port %>
Port <%= @port %>
Port "<%= @port %>"
<%- end -%>
<%- if @address %>
Address "<%= @address %>"
Expand Down

0 comments on commit 702df64

Please sign in to comment.