cdn-ops/global/overlay/etc/puppet/modules/cdn/manifests/mqtt.pp
2024-10-04 17:43:31 +02:00

7 lines
105 B
Puppet

# Configure a SUNET CDN mqtt server
class cdn::mqtt(
)
{
package {'mosquitto': ensure => installed }
}