File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ golang-package-archive-remove-home-alternative-remove:
2020 - require:
2121 - sls: {{ sls_archive_clean if golang.pkg.use_upstream_archive else sls_package_clean }}
2222
23- {% for i in [ ' go' , ' godoc ' , ' gofmt' ] % }
23+ {% for i in ( ' go' , ' gofmt' ) % }
2424
2525golang- package- archive- remove- {{ i }}- alternative- remove:
2626 alternatives.remove:
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ golang-package-archive-install-home-alternative-set:
4141 - alternatives: golang- package- archive- install- home- alternative- install
4242 - unless: {{ grains.os_family in (' Suse' ,) }}
4343
44- {% for i in [ ' go' , ' godoc ' , ' gofmt' ] % }
44+ {% for i in ( ' go' , ' gofmt' ) % }
4545
4646golang- package- archive- install- {{ i }}- alternative- install:
4747 cmd.run:
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ golang-config-file-managed-environ_file:
2929 - sls: {{ sls_archive_install if golang.pkg.use_upstream_archive else sls_package_install }}
3030
3131
32- {% for i in (' go' , ' godoc ' , ' gofmt' ) % }
32+ {% for i in (' go' , ' gofmt' ) % }
3333
3434 # create symlink under certain conditions
3535 # archlinux, freebsd, macos for now
You can’t perform that action at this time.
0 commit comments