summaryrefslogtreecommitdiffstats
path: root/testing/puppet-fdio/manifests/honeycomb/service.pp
blob: 58f7ae38fdf086b7a4801e5a8ce5295d95b9ee3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# == Class fdio::honeycomb::service
#
# Starts the honeycomb systemd or Upstart service.
#
class fdio::honeycomb::service {
  service { 'honeycomb':
    ensure     => running,
    enable     => true,
    hasstatus  => true,
    hasrestart => true,
  }
}