Skip to content

Commit

Permalink
Merge pull request redhat-openstack#197 from guerremdq/patch-1
Browse files Browse the repository at this point in the history
Add "" to Hostname
  • Loading branch information
nibalizer committed Nov 30, 2014
2 parents 724e215 + 520c382 commit 4fa9f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/collectd.conf.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by Puppet
<% unless @fqdnlookup %>
Hostname <%= @collectd_hostname %>
Hostname "<%= @collectd_hostname %>"
FQDNLookup false
<% else %>
#Hostname localhost
Expand Down

0 comments on commit 4fa9f16

Please sign in to comment.