Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
salt
/
e3e77f3c213911600bfee9c78952fcbe8b263931
/
.
/
salt
/
reactor_sls
/
key_create.sls
blob: 14589c14466aafd4a85a4417268b10f2ea2fa823 [
file
] [
log
] [
blame
]
{%-
set
node_id
=
salt
[
'pillar.get'
](
'node_id'
)
%}
{%-
set
node_host
=
salt
[
'pillar.get'
](
'node_host'
)
%}
key_create_
{{
node_id
}}:
module
.
run
:
saltkey
.
key_create
:
-
id_
:
{{
node_id
}}
-
host
:
{{
node_host
}}