Skip to content

Commit

Permalink
summary: Update template parameter descriptions in docs
Browse files Browse the repository at this point in the history
Enhanced the clarity and detail of template parameter descriptions in cloud-init documentation. 
Specifically, parameters related to the `ntp_client` configuration have been revisited.

Fixes GH-4166
  • Loading branch information
MjMoshiri authored Sep 1, 2023
1 parent dc7c48b commit 10ce8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/config/schemas/schema-cloud-config-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@
},
"template": {
"type": "string",
"description": "Inline template allowing users to define their\nown ``ntp_client`` configuration template.\nThe value must start with '## template:jinja'\nto enable use of templating support.\n"
"description": "Inline template allowing users to customize their ``ntp_client`` configuration with the use of the Jinja templating engine.\nThe template content should start with ``## template:jinja``.\nWithin the template, you can utilize any of the following ntp module config keys: ``servers``, ``pools``, ``allow``, and ``peers``.\nEach cc_ntp schema config key and expected value type is defined above."
}
}
}
Expand Down
1 change: 1 addition & 0 deletions tools/.github-cla-signers
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Mazorius
megian
michaelrommel
mitechie
MjMoshiri
mxwebdev
nazunalika
netcho
Expand Down

0 comments on commit 10ce8ad

Please sign in to comment.