From 6d226a13d37eefacd02cc7673c59a585098701c7 Mon Sep 17 00:00:00 2001 From: Crag Wolfe Date: Wed, 29 May 2013 12:04:09 -0400 Subject: [PATCH] updated locations of foreman installer puppet modules --- bin/foreman_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/foreman_server.sh b/bin/foreman_server.sh index a9f1569a..1b182d10 100755 --- a/bin/foreman_server.sh +++ b/bin/foreman_server.sh @@ -13,7 +13,7 @@ if [ "x$SCL_RUBY_HOME" = "x" ]; then fi if [ "x$FOREMAN_INSTALLER_DIR" = "x" ]; then - FOREMAN_INSTALLER_DIR=$SCL_RUBY_HOME/usr/share/foreman-installer + FOREMAN_INSTALLER_DIR=/usr/share/openstack-foreman-installer/installer_puppet fi if [ "x$FOREMAN_DIR" = "x" ]; then