summaryrefslogtreecommitdiffstats
path: root/testing/puppet-fdio/manifests/honeycomb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/puppet-fdio/manifests/honeycomb.pp')
-rw-r--r--testing/puppet-fdio/manifests/honeycomb.pp14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/puppet-fdio/manifests/honeycomb.pp b/testing/puppet-fdio/manifests/honeycomb.pp
new file mode 100644
index 0000000..2471b2e
--- /dev/null
+++ b/testing/puppet-fdio/manifests/honeycomb.pp
@@ -0,0 +1,14 @@
+# == Class: fdio::honeycomb
+#
+# fd.io::honeycomb
+#
+class fdio::honeycomb (
+ $install_method = $::fdio::params::install_method,
+) inherits ::fdio {
+
+ class { '::fdio::honeycomb::install':
+ install_method => $install_method,
+ } ->
+ class { '::fdio::honeycomb::service': } ->
+ Class['::fdio']
+}