sparkleformation / sfn

SparkleFormation CLI
http://www.sparkleformation.io
Apache License 2.0
63 stars 24 forks source link

Allow validate on files outside sparkleformation path, fixes #278 #279

Closed webframp closed 6 years ago

webframp commented 6 years ago

This is a pretty simple fix.

validate technically already worked on any file path provided, but the name argument passed to the validate_stack method only did a name lookup in the collection of known templates discovered in the sparkleformation path.

Signed-off-by: Sean Escriva sean.escriva@gmail.com

webframp commented 6 years ago

Fixed rufo stuff