Skip to content

Commit

Permalink
Merge pull request #1422 from amousset/bug_24693/typo_in_ncf_8_0
Browse files Browse the repository at this point in the history
Fixes #24693: Typo in ncf 8.0
  • Loading branch information
amousset committed Apr 9, 2024
2 parents c250352 + 5de2f7f commit 625ebfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/30_generic_methods/file_from_template_type.cf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# file_copy_from_remote_source("/PATH_TO_MY_FILE/ntp.conf.mustache", "${sys.workdir}/tmp/templates/ntp.conf.mustache")
# # Define the `ntp` variable in the `configuration` prefix from the json file
# variable_dict_from_file("configuration", "ntp", "/tmp/ntp.json")
# # Expand yout template
# # Expand your template
# file_from_template_type("${sys.workdir}/tmp/templates/ntp.conf.mustache", "/etc/ntp.conf", "mustache")
# # or
# # file_from_template_mustache("${sys.workdir}/tmp/templates/ntp.conf.mustache", "/etc/ntp.conf")
Expand Down

0 comments on commit 625ebfb

Please sign in to comment.