|
@@ -10,6 +10,8 @@ include_recipe 'workstation::_user'
|
|
|
|
|
|
include_recipe 'workstation::_ssh-ident'
|
|
|
|
|
|
+username = node['my_workstation']['default_user'].first[0]
|
|
|
+
|
|
|
node['workstation']['_git'].each do |scope_git, git_options|
|
|
|
if scope_git.match(/^file_/)
|
|
|
gitconfig_file = $' # String after the match (ref: https://ruby-doc.org/core-2.5.1/Regexp.html#class-Regexp-label-Special+global+variables)
|