Project

General

Profile

Bug #2470

cookbook: keyword "relase" in apt.rb causes wget to fail.

Added by Ken Franklin almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

in ceph-cookbooks/ceph/recipes: the keyword "relase" should be "release". The wget fails in it's current form but compltes when the keyword is changed.

code snip**********

release_or_autobuild = node["ceph_branch"].nil? ? "relase" : "autobuild"

execute "add autobuild gpg key to apt" do
command <<-EOH
wget q -O https://raw.github.com/ceph/ceph/master/keys/#{release_or_autobuild}.asc \ | sudo apt-key add -
EOH
end

History

#1 Updated by Anonymous almost 12 years ago

  • Status changed from New to Closed

Fixed in ab51f4dcd69774411015548db46dc18c198e4181.

Also available in: Atom PDF