Correctly export Horizon secret key
This commit is contained in:
parent
c028f37339
commit
6676af82ce
@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user