Skip to content

Commit

Permalink
Merge pull request #147 from StackStorm/i_actuall_fix_thangz
Browse files Browse the repository at this point in the history
Remove duplicate http protocol from repo urls
  • Loading branch information
lakshmi-kannan committed Jan 13, 2016
2 parents 995ca15 + 216e0f7 commit 0a560f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions manifests/package/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
/dev$/ => 'unstable',
default => 'stable',
}

if $repo_base =~ /https/ {
$repo_protocol = 'https://'
} else {
$repo_protocol = 'http://'
}

case $repo_base {
/^https:\/\/dl.bintray.com/: {
Expand All @@ -45,7 +39,7 @@
$_key_source = 'https://bintray.com/user/downloadSubjectPublicKey?username=bintray'
}
default: {
$_location = "${repo_protocol}${repo_base}/deb/"
$_location = "${repo_base}/deb/"
$_release = "${::lsbdistcodename}_${_suite}"
$_key = '1E26DCC8B9D4E6FCB65CC22E40A96AE06B8C7982'
$_key_source = "${_location}/pubkey.gpg"
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackstorm-st2",
"version": "0.13.1",
"version": "0.13.2",
"author": "stackstorm",
"summary": "Puppet module to manage/configure StackStorm",
"license": "Apache 2.0",
Expand Down

0 comments on commit 0a560f6

Please sign in to comment.