diff --git a/install_modules.sh b/install_modules.sh index 3cb086219d..219c7c9231 100755 --- a/install_modules.sh +++ b/install_modules.sh @@ -14,7 +14,7 @@ # License for the specific language governing permissions and limitations # under the License. -MODULE_PATH=/etc/puppet/modules +MODULE_PATH=`puppet config print modulepath | cut -d ':' -f 1` SCRIPT_NAME=$(basename $0) SCRIPT_DIR=$(readlink -f "$(dirname $0)")