fixing syntax error

This commit is contained in:
galstrom21 2012-06-18 13:26:45 -05:00
parent 840142d912
commit d3a1450b3f
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@ if get_settings_by_role("collectd-server", "roles") and node["roles"].include?("
end
collectd_plugin "libvirt" do
template "collect-plugin-libvirt.conf.erb"
template "collectd-plugin-libvirt.conf.erb"
cookbook "nova"
options(
"Connection"=>virt_conn,

View File

@ -7,4 +7,3 @@ LoadPlugin "<%= @name %>"
RefreshInterval "<%= @options['RefreshInterval'] %>"
HostnameFormat "<%= @options['HostnameFormat'] %>"
</Plugin>
<% end %>