Skip to content

Instantly share code, notes, and snippets.

Created September 25, 2015 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/02f69ce318dfff0c1128 to your computer and use it in GitHub Desktop.
Save anonymous/02f69ce318dfff0c1128 to your computer and use it in GitHub Desktop.
SaltRenderError: Jinja syntax error: Missing end of comment tag; line 1345
---
[...]
}
# Make sure APP_NAME is less than 14 characters, otherwise in AIX, the command
# "lsitab" will fail
validateAppNameLength() {
if [ ${#APP_NAME} -gt 14 ] ; then <======================
eval echo `gettext ' APP_NAME (${APP_NAME}) must be less than 14 characters long'`
exit 1
fi
}
[...]
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment