mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-15 15:28:19 +00:00
9 lines
241 B
CFEngine3
9 lines
241 B
CFEngine3
|
[{{.LaunchpadUser}}/{{.LaunchpadPPA}}]
|
||
|
fqdn = ppa.launchpad.net
|
||
|
method = sftp
|
||
|
incoming = ~{{.LaunchpadUser}}/ubuntu/{{.LaunchpadPPA}}/
|
||
|
login = {{.LaunchpadSSH}}
|
||
|
{{ if .IdentityFile }}
|
||
|
ssh_options = IdentityFile {{.IdentityFile}}
|
||
|
{{ end }}
|