Correctly export Horizon secret key

This commit is contained in:
Florian Haas 2013-07-15 01:37:10 +00:00
parent c028f37339
commit 6676af82ce

View File

@ -33,5 +33,11 @@ class kickstack::horizon inherits kickstack {
can_set_mount_point => 'True', can_set_mount_point => 'True',
listen_ssl => false; listen_ssl => false;
} }
kickstack::exportfact::export { 'horizon_secret_key':
value => $secret_key,
tag => "horizon",
require => Class['::horizon']
}
} }