Skip to content

Commit

Permalink
Allow old crypto on Redhat systems
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Jan 15, 2023
1 parent 1695854 commit 364e994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/hetzner-k3s.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require "./cluster/upgrade"

module Hetzner::K3s
class CLI < Admiral::Command
VERSION = "1.0.6"
VERSION = "1.0.7"

class Create < Admiral::Command
define_help description: "create - Create a cluster"
Expand Down
1 change: 1 addition & 0 deletions src/hetzner/server/create.cr
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class Hetzner::Server::Create

mandatory_post_create_commands = [
"hostnamectl set-hostname $(curl http://169.254.169.254/hetzner/v1/metadata/hostname)",
"update-crypto-policies --set DEFAULT:SHA1 || true"
]

if snapshot_os == "microos"
Expand Down

0 comments on commit 364e994

Please sign in to comment.