Pinning germqtt to 0.10

We are seeing issues from pip provider using latest.
Use pinned version for now to get past the issue.

Change-Id: I65feaaca83cf0c96f6bcc82aac20b1215c055ec0
This commit is contained in:
Ricardo Carrillo Cruz 2016-08-02 17:08:34 +02:00
parent 3e84a392aa
commit de6ff61dc1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class germqtt {
include ::pip
package {'germqtt':
ensure => latest,
ensure => '0.1.0',
provider => 'pip',
require => Class['pip'],
}