It doesn't look like udd actually uses projectb; remove its guest access
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot_ssh_keygen.pp
1 # create the ssh key for snapshot
2 class roles::snapshot_ssh_keygen {
3   ssh::keygen {'snapshot': }
4 }