From d03a934148419227317b3988d71fdb820f4c3c2b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Oct 2015 19:49:55 -0200 Subject: Deploy: cleanup --- bin/deploy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/deploy b/bin/deploy index 0b036d8..5d3361b 100755 --- a/bin/deploy +++ b/bin/deploy @@ -8,9 +8,6 @@ DIRNAME="`dirname $0`" BASEDIR="$DIRNAME/.." DEPLOY_DEPENDENCIES="puppet ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders" -# Load dependencies -source $DIRNAME/dependencies - # Determine hostname if [ ! -z "$1" ]; then FQDN="$1" @@ -33,7 +30,7 @@ for package in $DEPLOY_DEPENDENCIES; do provision_package $package done -# Parameters that needed dependencies installed +# Parameters that needs dependencies installed DIST="`facter lsbdistcodename`" # Apply patches -- cgit v1.2.3