diff options
author | 2018-01-15 21:37:12 +0000 | |
---|---|---|
committer | 2018-01-15 21:37:12 +0000 | |
commit | b1a499e5eaed826d3149298b7638aa90521159a3 (patch) | |
tree | 00db556772d59c8d9abaadef120aac04886d066e /config/installers/apex | |
parent | 668b3ab90304112143b35ebf5c82b565d3d0d846 (diff) | |
parent | 497efef7c97a01332b197dd68a278269a4b64b67 (diff) |
Merge changes from topic 'yamllint-fix'
* changes:
[PDF] check-jinja: Replace encrypted str w/ dummy
[PDF] Fix yamllint issues in installer adapters
[PDF] check-jinja: Disable check against template
[PDF] generate_config: eyaml only encrypted PDFs
Diffstat (limited to 'config/installers/apex')
-rw-r--r-- | config/installers/apex/pod_config.yaml.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/installers/apex/pod_config.yaml.j2 b/config/installers/apex/pod_config.yaml.j2 index abb3ddb8..b681215e 100644 --- a/config/installers/apex/pod_config.yaml.j2 +++ b/config/installers/apex/pod_config.yaml.j2 @@ -1,3 +1,4 @@ +--- nodes: node1: mac_address: "{{ conf['nodes'][0]['remote_management']['mac_address'] }}" |