docs: Add underscore issue to FAQ

This commit is contained in:
Donald Bakong
2020-07-15 21:09:49 -04:00
committed by James Shubin
parent df9e2e853f
commit 5bc985663c
2 changed files with 11 additions and 0 deletions

View File

@@ -5,3 +5,7 @@ file "/tmp/mgmt/datetime" {
state => $const.res.file.state.exists,
content => template("Hello! It is now: {{ datetime_print . }}\n", $d),
}
file "/tmp/mgmt/" {
state => $const.res.file.state.exists,
}