cookbooks/git/templates/default/gitconfig.erb in tvd-git-0.0.1 vs cookbooks/git/templates/default/gitconfig.erb in tvd-git-0.0.2
- old
+ new
@@ -32,11 +32,11 @@
added = yellow
changed = green
untracked = cyan
[user]
- name = <%= node[:secrets][:name] %>
- email = <%= node[:secrets][:email] %>
+ name = <%= node[:user][:name] %>
+ email = <%= node[:user][:email] %>
<% if node[:secrets][:github] %>
[github]
user = <%= node[:secrets][:github][:user] %>
token = <%= node[:secrets][:github][:token] %>