cdn-ops/global/overlay/etc/puppet/modules/cdn/manifests/mqtt.pp

7 lines
105 B
ObjectPascal
Raw Normal View History

2024-10-04 15:33:49 +00:00
# Configure a SUNET CDN mqtt server
2024-10-04 15:43:31 +00:00
class cdn::mqtt(
2024-10-04 15:33:49 +00:00
)
{
package {'mosquitto': ensure => installed }
}