Merge "Add paho-mqtt install if we turn mqtt on"

This commit is contained in:
Jenkins 2017-04-28 23:04:28 +00:00 committed by Gerrit Code Review
commit 7c9af152dd
1 changed files with 6 additions and 0 deletions

View File

@ -364,6 +364,12 @@ class openstack_project::puppetmaster (
notify => Exec['expand_groups'],
}
if $enable_mqtt {
package {'paho-mqtt':
ensure => latest,
provider => openstack_pip,
require => Class['pip'],
}
file { '/etc/mqtt_ca_cert.pem.crt':
ensure => present,
content => $mqtt_ca_cert_contents,