Created
November 20, 2014 21:55
-
-
Save gdanko/224a2cd42014ffd36a6f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Inside the chef template erb file we can do this: | |
<%= "[mindadmin]" %> | |
<% node[:splunk][:roles][:miniadmin].each do |key, value| %> | |
<%= "#{key} = #{value}" %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment