diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/mqtt.pp b/global/overlay/etc/puppet/modules/cdn/manifests/mqtt.pp index 43319e6..f1c506a 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/mqtt.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/mqtt.pp @@ -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'), + } }