puppet-mosquitto/manifests/init.pp

16 lines
267 B
Puppet

# == Class: mosquitto
#
# Full description of class mosquitto here.
#
# === Parameters
#
# [*sample_parameter*]
# Explanation of what this parameter affects and what it defaults to.
#
class mosquitto (
) {
package {'mosquitto':
ensure => present,
}
}