nag a bit

This commit is contained in:
Leif Johansson 2014-02-26 00:17:40 +01:00
parent 50b037d19f
commit 2369e391d7

View file

@ -43,6 +43,9 @@ if [ -f $CONFIG ]; then
echo "ERROR: Don't know how to install '$src'"
continue
else
echo "WARNING"
echo "WARNING - attempting UNSAFE installation/upgrade of puppet-module $module from $src"
echo "WARNING"
if [ ! -d /etc/puppet/modules/$module ]; then
puppet module install $src
elif [ "$update" = "yes" ]; then