Skip to content

Commit cf4ef7f

Browse files
committed
Revert "Merge pull request #84 from AriaXLi/PA-5805/windows_support_sshkeys"
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.
1 parent cb6dcb5 commit cf4ef7f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

metadata.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
{
4545
"operatingsystem": "Rocky"
4646
},
47-
{
48-
"operatingsystem": "windows"
49-
},
5047
{
5148
"operatingsystem": "AlmaLinux"
5249
},

spec/acceptance/tests/resource/ssh_authorized_key/destroy_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
require 'spec_helper_acceptance'
22

33
RSpec.context 'ssh_authorized_key: Destroy' do
4+
confine :except, platform: ['windows']
5+
46
let(:auth_keys) { '~/.ssh/authorized_keys' }
57
let(:name) { "pl#{rand(999_999).to_i}" }
68
let(:custom_key_directory) { "/etc/ssh_authorized_keys_#{name}" }

0 commit comments

Comments
 (0)