Merge "Add ability to manually install puppet modules"
This commit is contained in:
1 changed files with 4 additions and 1 deletions
@@ -14,6 +14,7 @@
# under the License.
export SCENARIO=${SCENARIO:-scenario001}
export MANAGE_PUPPET_MODULES=${MANAGE_PUPPET_MODULES:-true}
export MANAGE_REPOS=${MANAGE_REPOS:-true}
export PUPPET_ARGS=${PUPPET_ARGS:-}
export SCRIPT_DIR=$(cd `dirname 0ドル` && pwd -P)
@@ -62,7 +63,9 @@ elif is_fedora; then
$SUDO yum install -y dstat puppet
fi
$SUDO ./install_modules.sh
if [ "${MANAGE_PUPPET_MODULES}" = true ]; then
$SUDO ./install_modules.sh
fi
# use dstat to monitor system activity during integration testing
if type "dstat" 2>/dev/null; then
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.