Pin lodgeit to the current version

So we can be careful about landing lodgeit changes.

Depends-On: https://review.opendev.org/711344
Change-Id: If1ae66fc94d5ceed458b93cb10f0bb061df85021
This commit is contained in:
Monty Taylor 2020-03-04 15:46:36 -06:00 committed by Clark Boylan
parent 312cadf53f
commit b8f9cc40aa
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ class openstack_project::paste (
$db_host,
$vhost_name = $::fqdn,
) {
include lodgeit
class { 'lodgeit':
lodgeit_version => 'ab592381b0cc983adf9b58456abcf836b31f7633',
}
lodgeit::site { 'openstack':
port => '5000',
db_password => $db_password,