Skip to content

Commit

Permalink
Move templates out of default dir and remove node name
Browse files Browse the repository at this point in the history
Some people build AMIs and such with Chef and the node names aren't
necessary here. They just make for confusing golden masters

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Aug 7, 2017
1 parent 894c433 commit 4ce3c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
# This file was generated by Chef for <%= node['fqdn'] %>.
# This file was generated by Chef.
# Do not modify this file by hand!

<% @configuration.directives.each do |d| -%>
Expand Down
@@ -1,4 +1,4 @@
# This file was generated by Chef for <%= node['fqdn'] %>.
# This file was generated by Chef.
# Do not modify this file by hand!

<%= @path %> {
Expand Down

0 comments on commit 4ce3c20

Please sign in to comment.