puppet-barometer: add puppet module to barometer
[barometer.git] / puppet-barometer / manifests / init.pp
1 # == Class: barometer
2 #
3 # Full description of class barometer here.
4 #
5 # === Parameters
6 #
7 # [*sample_parameter*]
8 #   Explanation of what this parameter affects and what it defaults to.
9 #
10 class barometer {
11
12   include ::barometer::params
13
14 }