This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #Script to test puppet files have valid syntax. | |
| #Intended for use with hudson/jenkins. | |
| set -e | |
| set -u | |
| fail=0 | |
| #TODO: Run these in parallel - we have 4 cores. | |
| #TODO: Control the environment (through the config dir?). |