From f56886eb091ef0dae616d7a386b0b22a549d3fab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robin=20Keskis=C3=A4rkk=C3=A4?= <robin.keskisarkka@liu.se>
Date: Mon, 26 Jun 2023 15:08:48 +0200
Subject: [PATCH] add class documentation

---
 manifests/init.pp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/manifests/init.pp b/manifests/init.pp
index 25b8d73..37a8b98 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,3 +1,9 @@
+# @summary A short summary of the purpose of this class
+#
+# A description of what this class does
+#
+# @example
+#   include ontodeside
 class ontodeside {
   $hostname = fact( 'networking.fqdn' )
   profiles::letsencrypt::cert { $hostname :
-- 
GitLab