aboutsummaryrefslogtreecommitdiff
path: root/manifests/signer.pp
blob: cfbe46d94b300bf24385d941c46dd29b9a576593 (plain)
1
2
3
4
5
# collect all the host keys
class monkeysphere::signer {
  include monkeysphere
  File <<| tag == 'monkeysphere-host' |>>
}