Correctly export Horizon secret key

This commit is contained in:
Florian Haas 2013-07-19 19:56:08 +02:00
parent ba674f3d91
commit 59ac8b3991

View File

@ -37,7 +37,7 @@ class kickstack::horizon inherits kickstack {
unless $secret_key == $new_secret_key {
kickstack::exportfact::export { 'horizon_secret_key':
value => $secret_key,
value => $new_secret_key,
tag => "horizon",
require => Class['::horizon']
}