summaryrefslogtreecommitdiff
path: root/sitemodules/roles
diff options
context:
space:
mode:
authorJan Dittberner <jandd@cacert.org>2017-08-26 23:07:24 +0200
committerJan Dittberner <jandd@cacert.org>2017-08-26 23:07:24 +0200
commita2a6f2dfcb446ab53b4a8ea5f4eed7cc3ab174c3 (patch)
tree3b56da2543f3c0681472a5d5ec499630c0deb55a /sitemodules/roles
parent5486fef412204b6f61b750cd9a3886a69884de20 (diff)
downloadcacert-puppet-a2a6f2dfcb446ab53b4a8ea5f4eed7cc3ab174c3.tar.gz
cacert-puppet-a2a6f2dfcb446ab53b4a8ea5f4eed7cc3ab174c3.tar.xz
cacert-puppet-a2a6f2dfcb446ab53b4a8ea5f4eed7cc3ab174c3.zip
Add role for motion server
Diffstat (limited to 'sitemodules/roles')
-rw-r--r--sitemodules/roles/manifests/motion.pp25
1 files changed, 25 insertions, 0 deletions
diff --git a/sitemodules/roles/manifests/motion.pp b/sitemodules/roles/manifests/motion.pp
new file mode 100644
index 0000000..605f7ea
--- /dev/null
+++ b/sitemodules/roles/manifests/motion.pp
@@ -0,0 +1,25 @@
+# Class: roles::motion
+# ====================
+#
+# This class defines the motion role for the CAcert board motion system.
+#
+# Examples
+# --------
+#
+# @example
+# class { 'roles::motion': }
+#
+# Authors
+# -------
+#
+# Jan Dittberner <jandd@cacert.org>
+#
+# Copyright
+# ---------
+#
+# Copyright 2017 Jan Dittberner
+#
+class roles::motion {
+ include profiles::base
+ include profiles::rsyslog
+}