Start using cdn.conf template
This commit is contained in:
parent
e5ce5dd1cd
commit
49106049ff
1 changed files with 8 additions and 0 deletions
|
@ -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'),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue