From db16fc9fe179e2b8e58fb13eca230c4f7285461e Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Tue, 15 Sep 2015 17:34:34 +0200 Subject: [PATCH] Remove the RPM packages Since MOS 7.0 won't support CentOS systems, we can remove the RPM packages from the pre_build_hook script. Change-Id: I447900c4ba3004998d1be674cea683b9cbbfe9ed --- pre_build_hook | 2 -- 1 file changed, 2 deletions(-) diff --git a/pre_build_hook b/pre_build_hook index 7a9557ce..38284bb2 100755 --- a/pre_build_hook +++ b/pre_build_hook @@ -11,10 +11,8 @@ LVM_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-lvm-0.5.0.t GRAFANA_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/bfraser-grafana-2.1.0.tar.gz" download_package https://s3.amazonaws.com/influxdb/influxdb_0.9.2_amd64.deb -download_package https://s3.amazonaws.com/influxdb/influxdb-0.9.2-1.x86_64.rpm download_package https://grafanarel.s3.amazonaws.com/builds/grafana_2.1.3_amd64.deb -download_package https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.3-1.x86_64.rpm # Download Puppet modules download_puppet_module "grafana" "$GRAFANA_TARBALL_URL"