fuel-library/deployment/update_modules.sh
Dmitry Ilyin b50488022e Make a new Puppet modules script
* Replace old update_modules script with
  new implementation
* Old scripts left to be shortcuts

Change-Id: I16238653090c4342de88553e2b9be39b4848b08a
2016-05-17 17:47:33 +00:00

6 lines
78 B
Bash
Executable File

#!/bin/sh
dir=`dirname $0`
cd "${dir}" || exit 1
./puppet_modules.rb -t ${@}