mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-28 02:18:28 +00:00
- use existence of new value in data map as boolean - add tests for backwards and forwards compatibility - fix old tests that used static dir locations
2 lines
184 B
Smarty
2 lines
184 B
Smarty
{{- if or .User.GOOS "none" | eq "windows" }}Include "{{ .User.StepPath | replace "\\" "/" | trimPrefix "C:" }}/ssh/config"{{- else }}Include "{{.User.StepPath}}/ssh/config"{{- end }}
|