|
|
@ -34,7 +34,8 @@ cat << EODEP > /root/.ssh/config |
|
|
|
Host deploy |
|
|
|
User git |
|
|
|
Hostname config.tombstones.org.uk |
|
|
|
Port 22022 |
|
|
|
## Port 22022 chaning this line to 23000 to test a theory |
|
|
|
port 23000 |
|
|
|
StrictHostKeyChecking no |
|
|
|
IdentityFile /root/.ssh/id_rsa_deploy |
|
|
|
EODEP |
|
|
@ -60,4 +61,4 @@ mkdir -p /var/lib/puppet/manifests |
|
|
|
cd /var/lib/puppet/manifests |
|
|
|
## -- may be an issue with this syntax, not sure... |
|
|
|
#git clone git@deploy:/tombstones/puppet-common.git |
|
|
|
git clone ssh://deploy:/tombstones/puppet-common.git |
|
|
|
git clone ssh://deploy:/tombstones/puppet-common.git |
|
|
|