www.d.o: move d-i hooks rewrite to d-i.d.o rather than d-i.alioth.d.o
[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 }