]> WPIA git - infra.git/blobdiff - environments/production/manifests/motion.pp
add: motion system from source
[infra.git] / environments / production / manifests / motion.pp
diff --git a/environments/production/manifests/motion.pp b/environments/production/manifests/motion.pp
new file mode 100644 (file)
index 0000000..307b870
--- /dev/null
@@ -0,0 +1,8 @@
+motion::virtual{'motion':
+}
+
+node motion{
+  class{'motion::container':
+    container => 'motion'
+  }
+}