aboutsummaryrefslogtreecommitdiff
path: root/lib/puppet/type/identity_certifier.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/identity_certifier.rb')
-rw-r--r--lib/puppet/type/identity_certifier.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/puppet/type/identity_certifier.rb b/lib/puppet/type/identity_certifier.rb
new file mode 100644
index 0000000..cc8295f
--- /dev/null
+++ b/lib/puppet/type/identity_certifier.rb
@@ -0,0 +1,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