2016-07-25 17:11:27 -04:00

19 lines
320 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 {
include ::pip
package {'germqtt':
ensure => latest,
provider => 'pip',
require => Class['pip'],
}
}