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:
committed by
Clark Boylan
parent
312cadf53f
commit
b8f9cc40aa
@@ -5,7 +5,9 @@ class openstack_project::paste (
|
|||||||
$db_host,
|
$db_host,
|
||||||
$vhost_name = $::fqdn,
|
$vhost_name = $::fqdn,
|
||||||
) {
|
) {
|
||||||
include lodgeit
|
class { 'lodgeit':
|
||||||
|
lodgeit_version => 'ab592381b0cc983adf9b58456abcf836b31f7633',
|
||||||
|
}
|
||||||
lodgeit::site { 'openstack':
|
lodgeit::site { 'openstack':
|
||||||
port => '5000',
|
port => '5000',
|
||||||
db_password => $db_password,
|
db_password => $db_password,
|
||||||
|
|||||||
Reference in New Issue
Block a user