Fix VNCProxy class dependency

This commit is contained in:
Florian Haas 2013-10-20 18:40:22 +02:00
parent b38d52748b
commit 39fe93b5dd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class kickstack::nova::vncproxy inherits kickstack {
kickstack::exportfact::export { "vncproxy_host":
value => "${hostname}",
tag => "nova",
require => Kickstack::Nova::Service["vncproxy"]
require => Class['::nova::vncproxy']
}
}
}