Skip to content

Commit

Permalink
Merge 5980b0d into 1c4530b
Browse files Browse the repository at this point in the history
  • Loading branch information
DI-DaveGoodine committed May 15, 2018
2 parents 1c4530b + 5980b0d commit 32256b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions metadata.rb
Expand Up @@ -21,6 +21,7 @@
depends 'golang'
depends 'runit'
depends 'nssm'
depends 'supervisor'

issues_url 'https://github.com/adamkrone/chef-consul-template/issues' if respond_to?(:issues_url)
source_url 'https://github.com/adamkrone/chef-consul-template' if respond_to?(:source_url)
Expand Down
1 change: 1 addition & 0 deletions templates/default/config-template.json.erb
Expand Up @@ -16,6 +16,7 @@ template {
<%= t_attr(template, :left_delimiter) %>
<%= t_attr(template, :right_delimiter) %>
<%= t_attr(template, :wait) %>
<%= t_attr(template, :error_on_missing_key, false) %>
}
<% end %>

0 comments on commit 32256b5

Please sign in to comment.