aboutsummaryrefslogtreecommitdiffstats
path: root/puppet-barometer/manifests/init.pp
blob: c3c4e4026742d598eac1d10d3eaf3c109ea1628a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# == Class: barometer
#
# Full description of class barometer here.
#
# === Parameters
#
# [*sample_parameter*]
#   Explanation of what this parameter affects and what it defaults to.
#
class barometer {

  include ::barometer::params

}