diff options
author | Jan Dittberner <jandd@cacert.org> | 2017-08-26 23:07:24 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2017-08-26 23:07:24 +0200 |
commit | a2a6f2dfcb446ab53b4a8ea5f4eed7cc3ab174c3 (patch) | |
tree | 3b56da2543f3c0681472a5d5ec499630c0deb55a /sitemodules/roles | |
parent | 5486fef412204b6f61b750cd9a3886a69884de20 (diff) | |
download | cacert-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.pp | 25 |
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 +} |