diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-26 19:49:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-26 19:49:55 -0200 |
commit | d03a934148419227317b3988d71fdb820f4c3c2b (patch) | |
tree | 950a6654726b21bb1e0b2e477747dae5c4890826 /bin | |
parent | 66bd115fbfddc3bd0ab61ea6f71d602485ac6be3 (diff) | |
download | puppet-bootstrap-d03a934148419227317b3988d71fdb820f4c3c2b.tar.gz puppet-bootstrap-d03a934148419227317b3988d71fdb820f4c3c2b.tar.bz2 |
Deploy: cleanup
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/deploy | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |