Compare commits
2 commits
895264bc4f
...
c638772941
Author | SHA1 | Date | |
---|---|---|---|
Patrik Lundin | c638772941 | ||
Patrik Lundin | 152179a5c1 |
|
@ -15,3 +15,6 @@
|
|||
'^internal-.+-test-runner-[0-9]+\.cdn\.sunet\.se$':
|
||||
sunet::dockerhost2:
|
||||
cdn::runner:
|
||||
|
||||
'^internal-.+-test-mqtt-[0-9]+\.cdn\.sunet\.se$':
|
||||
cdn::mqtt:
|
||||
|
|
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…
Reference in a new issue