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

7 lines
107 B
ObjectPascal
Raw Normal View History

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