Generate the apache ACL for draghi's "restricted" repo (RT#7962)
[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 }