Fix syntax error in keystone-controller.pp

Change-Id: I5167893157f9216d4d6f458bbc3dfd28f7c5550f
Closes-Bug: #1529203
This commit is contained in:
Matthew Mosesohn 2015-12-25 13:25:14 +03:00
parent 73b7c6e286
commit 866195f2e4
1 changed files with 2 additions and 1 deletions

View File

@ -47,8 +47,9 @@ class { '::openstack::ha::keystone':
server_names => $server_names,
public_ssl => $public_ssl_hash['services'],
}
Package['socat'] -> Class['openstack::ha::keystone']
package { 'socat':
ensure => 'present',
}
}