lib/mixlib/install/generator/bourne/scripts/install_package.sh in mixlib-install-3.3.1 vs lib/mixlib/install/generator/bourne/scripts/install_package.sh in mixlib-install-3.3.2

- old
+ new

@@ -6,10 +6,10 @@ # $download_filename: Name of the file to be installed. # $filetype: Type of the file to be installed. # $version: The version requested. Used only for warning user if not set. ############ -if test "x$version" = "x"; then +if test "x$version" = "x" -a "x$CI" != "xtrue"; then echo echo "WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING" echo echo "You are installing an omnibus package without a version pin. If you are installing" echo "on production servers via an automated process this is DANGEROUS and you will"