Skip to content

Commit

Permalink
Rename no-longer necessary SSH openings to legacy
Browse files Browse the repository at this point in the history
At least, I am pretty sure these are no longer necessary.
  • Loading branch information
daaang committed Nov 13, 2024
1 parent ab0bdd1 commit a346fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/profile/networking/firewall/ssh.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

if ! is_publicly_accessible() {
nebula::exposed_port { '100 Private SSH':
nebula::exposed_port { '100 Legacy Private SSH':
port => 22,
block => 'umich::networks::private_bastion_hosts',
}
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/profile/networking/firewall/ssh_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
end

it do
expect(subject).to contain_nebula__exposed_port('100 Private SSH').with(
expect(subject).to contain_nebula__exposed_port('100 Legacy Private SSH').with(
port: 22,
block: 'umich::networks::private_bastion_hosts',
)
Expand Down

0 comments on commit a346fd8

Please sign in to comment.