Initial commit for mqtt management

This commit is contained in:
Patrik Lundin 2024-10-04 17:33:49 +02:00
parent 895264bc4f
commit 152179a5c1
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -0,0 +1,6 @@
# Configure a SUNET CDN mqtt server
class cdn::runner(
)
{
package {'mosquitto': ensure => installed }
}