From a26b91dfea3189e6777629fa00d54f51dc41f4d4 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 9 Nov 2015 10:00:50 +0100 Subject: [deprec] use @ in front of erb template tags master Puppet 3 shows now deprecation warnings if the "@" is missing. see https://docs.puppetlabs.com/puppet/latest/reference/lang_template_erb.html#non-printing-tags#[bug|feat|docs|style|refactor|test|pkg|i18n] --- templates/unbound.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/unbound.conf.erb') diff --git a/templates/unbound.conf.erb b/templates/unbound.conf.erb index 3712c65..ad93965 100644 --- a/templates/unbound.conf.erb +++ b/templates/unbound.conf.erb @@ -1,4 +1,4 @@ -<% real_settings.sort.each do |section, settings| -%> +<% @real_settings.sort.each do |section, settings| -%> <%= "#{section}:" %> <% settings.sort.each do |key, val| -%> <% [val].flatten.each do |val| -%> -- cgit v1.2.3