|
@@ -1,4 +1,4 @@
|
|
|
-default['workstation']['_git']['system'] = {
|
|
|
+default['gateway']['_git']['system'] = {
|
|
|
'color.ui': true,
|
|
|
'color.diff': 'auto',
|
|
|
'color.status': 'auto',
|
|
@@ -23,7 +23,7 @@ default['workstation']['_git']['system'] = {
|
|
|
'user.name': 'Jeremy from Gateway',
|
|
|
}
|
|
|
|
|
|
-default['workstation']['_git']['global'] = {
|
|
|
+default['gateway']['_git']['global'] = {
|
|
|
'user.email': 'jeremy.mauro@gmail.com',
|
|
|
'user.name': 'Jeremy MAURO',
|
|
|
'url.git@github.com': '.insteadof=https://github.com/',
|