Skip to content

Commit

Permalink
Add the ssh host key for bitbucket.org
Browse files Browse the repository at this point in the history
  • Loading branch information
inkblot committed Oct 11, 2012
0 parents commit 7ff3d88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/init.pp
@@ -0,0 +1,7 @@
class bitbucket-org {
sshkey { 'bitbucket.org':
ensure => present,
key => 'AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw==',
type => 'ssh-rsa'
}
}

0 comments on commit 7ff3d88

Please sign in to comment.