fuel-library/utils/jenkins/fuel_validate_puppetfile.sh
Alex Schultz 0701e2b9b2 Add Puppetfile validator script for Jenkins
This change adds a Puppetfile validator script that can be used by
jenkins to ensure that all Puppetfile entries are properly formated and
reference a tag based on our policies.

Change-Id: I623929df3a309110d26e166ac9067c715b14188b
Partial-Bug: #1501379
2015-09-30 16:29:49 -05:00

10 lines
111 B
Bash
Executable File

#!/bin/bash
DIR=`dirname $0`
echo 'Ruby version:'
ruby --version
"${DIR}/fuel_validate_puppetfile.rb" ${@}