Commit e5f1a627 authored by Dietmar Maurer's avatar Dietmar Maurer

pveceph: set default release to hammer

parent c3edc6ad
......@@ -98,7 +98,7 @@ __PACKAGE__->register_method ({
code => sub {
my ($param) = @_;
my $cephver = $param->{version} || 'firefly';
my $cephver = $param->{version} || 'hammer';
local $ENV{DEBIAN_FRONTEND} = 'noninteractive';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment