Skip to content

Commit

Permalink
Fix schema desc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonxstill committed Jul 25, 2024
1 parent 7a92745 commit fad40cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -60424,7 +60424,7 @@
},
"key": {
"type": "string",
"description": "Key password\nOnly plaintext passwords are supported here as the password will ned to be encrypted for every underlay interface.\nTo protect the password at rest it is recommended to make use of Ansible Vault or similar.\n",
"description": "Key password.\nOnly plaintext passwords are supported here as the password will need to be encrypted for every underlay interface.\nTo protect the password at rest it is recommended to make use of Ansible Vault or similar.\n",
"title": "Key"
}
},
Expand Down
4 changes: 2 additions & 2 deletions python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4057,9 +4057,9 @@ keys:
default: sha512
key:
type: str
description: 'Key password
description: 'Key password.
Only plaintext passwords are supported here as the password will ned
Only plaintext passwords are supported here as the password will need
to be encrypted for every underlay interface.
To protect the password at rest it is recommended to make use of Ansible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ keys:
key:
type: str
description: |
Key password
Only plaintext passwords are supported here as the password will ned to be encrypted for every underlay interface.
Key password.
Only plaintext passwords are supported here as the password will need to be encrypted for every underlay interface.
To protect the password at rest it is recommended to make use of Ansible Vault or similar.

0 comments on commit fad40cb

Please sign in to comment.