summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ifconfig.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/ifconfig.rb')
-rw-r--r--lib/chef/provider/ifconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/ifconfig.rb b/lib/chef/provider/ifconfig.rb
index d5e18ae730..9ae2c38137 100644
--- a/lib/chef/provider/ifconfig.rb
+++ b/lib/chef/provider/ifconfig.rb
@@ -236,7 +236,7 @@ class Chef
return unless can_generate_config?
b = binding
- template = ::ERB.new(@config_template)
+ template = ::ERB.new(@config_template, nil, "-")
config = resource_for_config(@config_path)
config.content(template.result(b))
config.run_action(:create)