Matthew Treinish 944a2ce800
Initially populate things
This adds the basic framework for running germqtt somewhere. It's not
tested at all yet, but lays the groundwork of how this will work.
2016-07-19 18:08:41 -04:00

17 lines
303 B
Puppet

# == Class: germqtt
#
# Full description of class germqtt here.
#
# === Parameters
#
# [*sample_parameter*]
# Explanation of what this parameter affects and what it defaults to.
#
class germqtt {
package {'germqtt':
ensure => latest,
provider => 'pip',
require => Class['pip'],
}
}