aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@wandisco.com>2015-12-26 19:45:08 -0800
committerKonstantin Boudnik <cos@boudnik.org>2016-01-14 15:05:44 -0800
commit2e1d01bb6365e765a105b576eb5915793aa19312 (patch)
treea5e6101c45c970164ab448b23260d1de8e35ca1a /bigtop-deploy
parent5ee764ee3f33a8409fd225b4aa5a83cbc8299ae3 (diff)
ODPI-19. Release name for debian repo should be called 'odpi'
Diffstat (limited to 'bigtop-deploy')
-rw-r--r--bigtop-deploy/puppet/manifests/site.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop-deploy/puppet/manifests/site.pp b/bigtop-deploy/puppet/manifests/site.pp
index 06199644..a0e4e679 100644
--- a/bigtop-deploy/puppet/manifests/site.pp
+++ b/bigtop-deploy/puppet/manifests/site.pp
@@ -48,9 +48,9 @@ case $operatingsystem {
content => "APT::Get::AllowUnauthenticated 1;",
ensure => present
}
- apt::source { "Bigtop":
+ apt::source { "ODPI":
location => hiera("bigtop::bigtop_repo_uri", $default_repo),
- release => "bigtop",
+ release => "odpi",
repos => "contrib",
ensure => present,
}