Skip to content

Commit

Permalink
Revert "Merge pull request #84 from AriaXLi/PA-5805/windows_support_s…
Browse files Browse the repository at this point in the history
…shkeys"

This reverts commit cb6dcb5, reversing
changes made to c7d5955. More work than
previously estimated is needed to to add Windows support in this module. See
PA-6287 for more information.
  • Loading branch information
AriaXLi committed Apr 1, 2024
1 parent cb6dcb5 commit cf4ef7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
{
"operatingsystem": "Rocky"
},
{
"operatingsystem": "windows"
},
{
"operatingsystem": "AlmaLinux"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'spec_helper_acceptance'

RSpec.context 'ssh_authorized_key: Destroy' do
confine :except, platform: ['windows']

let(:auth_keys) { '~/.ssh/authorized_keys' }
let(:name) { "pl#{rand(999_999).to_i}" }
let(:custom_key_directory) { "/etc/ssh_authorized_keys_#{name}" }
Expand Down

0 comments on commit cf4ef7f

Please sign in to comment.