Latest
This commit is contained in:
parent
081b7abaaa
commit
015e6eac59
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
<array>
|
<array>
|
||||||
<string>/usr/local/bin/bash</string>
|
<string>/usr/local/bin/bash</string>
|
||||||
<string>-c</string>
|
<string>-c</string>
|
||||||
<string>cp -f "{{ .user.home }}/Library/Managed Preferences/com.cloudflare.warp.plist" "/Library/Managed Preferences/com.cloudflare.warp.plist" && plutil -convert binary1 "/Library/Managed Preferences/com.cloudflare.warp.plist"</string>
|
<string>cp -f "{{ .data.user.home }}/Library/Managed Preferences/com.cloudflare.warp.plist" "/Library/Managed Preferences/com.cloudflare.warp.plist" && plutil -convert binary1 "/Library/Managed Preferences/com.cloudflare.warp.plist"</string>
|
||||||
</array>
|
</array>
|
||||||
<key>StartCalendarInterval</key>
|
<key>StartCalendarInterval</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- $baseDomain := (join .host.hostname "." .host.domain) -}}
|
{{- $baseDomain := (join (join (.host.hostname ".") .host.domain)) -}}
|
||||||
{{- if .host.qubes -}}
|
{{- if .host.qubes -}}
|
||||||
{{- $baseDomain := (join .host.hostname "-qube." .host.domain) -}}
|
{{- $baseDomain := (join (join (.host.hostname "-qube.") .host.domain)) -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
---
|
---
|
||||||
tunnel: {{ if .host.qubes }}qube{{ else }}host{{ end }}-{{ .host.hostname }}
|
tunnel: {{ if .host.qubes }}qube{{ else }}host{{ end }}-{{ .host.hostname }}
|
||||||
|
|
Loading…
Reference in a new issue