Initial commit for mqtt management
This commit is contained in:
parent
895264bc4f
commit
152179a5c1
1 changed files with 6 additions and 0 deletions
6
global/overlay/etc/puppet/modules/cdn/manifests/mqtt.pp
Normal file
6
global/overlay/etc/puppet/modules/cdn/manifests/mqtt.pp
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Configure a SUNET CDN mqtt server
|
||||||
|
class cdn::runner(
|
||||||
|
)
|
||||||
|
{
|
||||||
|
package {'mosquitto': ensure => installed }
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue