aboutsummaryrefslogtreecommitdiff
path: root/lib/puppet/type/identity_certifier.rb
blob: cc8295f541b71b49522064703ffeb946ccdea832 (plain)
1
2
3
4
5
6
7
8
9
10
Puppet::Type.newtype(:identity_certifier) do
  @doc = "Manage monkeysphere identity-certifiers"
  
  ensurable
  newparam(:pgpid) do
    desc "The pgp id of the certifier"
    isnamevar
  end

end