diff --git a/manifests/horizon.pp b/manifests/horizon.pp index 23a8352..05c352a 100644 --- a/manifests/horizon.pp +++ b/manifests/horizon.pp @@ -33,5 +33,11 @@ class kickstack::horizon inherits kickstack { can_set_mount_point => 'True', listen_ssl => false; } + + kickstack::exportfact::export { 'horizon_secret_key': + value => $secret_key, + tag => "horizon", + require => Class['::horizon'] + } }