Allow comment key in policies

This commit is contained in:
Jeff Mitchell 2018-08-24 09:42:47 -04:00
parent 473bb4173a
commit 0a6e4830bf

View file

@ -236,6 +236,7 @@ func parsePaths(result *Policy, list *ast.ObjectList, performTemplating bool, en
}
valid := []string{
"comment",
"policy",
"capabilities",
"allowed_parameters",