Browse Source

Update 'common/post.cfg'

Changes
Darren 3 years ago
parent
commit
82cc017f00
  1. 5
      common/post.cfg

5
common/post.cfg

@ -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

Loading…
Cancel
Save