From 0d39882f3e8f66a266b6b4eb2f8123734a770659 Mon Sep 17 00:00:00 2001 From: Thomas H Jones II Date: Thu, 25 Jun 2026 09:29:23 -0400 Subject: [PATCH] Need to point at the templated script-file --- git-bash/config/file.sls | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/git-bash/config/file.sls b/git-bash/config/file.sls index 4358af2..cead2a6 100644 --- a/git-bash/config/file.sls +++ b/git-bash/config/file.sls @@ -39,7 +39,7 @@ Configure Corporate Shell Profile: - name: {{ profile_path | json }} - require: - sls: {{ sls_package_install }} - - source: {{ files_switch(['corporate.sh'], + - source: {{ files_switch(['corporate.sh.tmpl'], lookup='Configure Corporate Shell Profile' ) }} @@ -58,9 +58,10 @@ Configure System Gitconfig File: sslBackend: schannel Create Git Bash Desktop Shortcut: - file.shortcut: + shortcut.present: - arguments: '--login -i' - - iconlocation: {{ icon_target | json }} + - icon_index: 0 + - icon_location: {{ icon_target | json }} - name: {{ desktop_lnk | json }} - require: - sls: {{ sls_package_install }} @@ -68,9 +69,10 @@ Create Git Bash Desktop Shortcut: - working_dir: {{ install_prefix | json }} Create Git Bash Start Menu Shortcut: - file.shortcut: + shortcut.present: - arguments: '--login -i' - - iconlocation: {{ icon_target | json }} + - icon_index: 0 + - icon_location: {{ icon_target | json }} - name: {{ start_lnk | json }} - require: - sls: {{ sls_package_install }}