From cc8a93de9c0877755c22dfea2b90e42b7ca5f683 Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Mon, 21 Mar 2016 11:34:21 -0400 Subject: [PATCH] fix --- templates/whats.yaml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/whats.yaml.erb b/templates/whats.yaml.erb index 441800f..2e8487b 100644 --- a/templates/whats.yaml.erb +++ b/templates/whats.yaml.erb @@ -3,5 +3,5 @@ puppetdb_host: '<%= @puppetdb_server %>'' puppetdb_port: '<%= @puppetdb_port %>' domains: <% @search_domains.each do |dom| -%> - - '<%= @dom %> + - '<%= dom %>' <% end -%>