Start using cdn.conf template

This commit is contained in:
Patrik Lundin 2024-10-06 14:51:55 +02:00
parent e5ce5dd1cd
commit 49106049ff
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -14,4 +14,12 @@ class cdn::mqtt(
mode => '0644',
content => template('cdn/mqtt/aclfile.erb'),
}
file { '/etc/mosquitto/conf.d/cdn.conf':
ensure => file,
owner => 'root',
group => 'root',
mode => '0644',
content => template('cdn/mqtt/cdn.conf.erb'),
}
}