Skip to content

Commit 0b620ce

Browse files
authored
Merge pull request #85 from AriaXLi/PA-5805/revert
Revert "Merge pull request #84 from AriaXLi/PA-5805/windows_support_s…
2 parents cb6dcb5 + cf4ef7f commit 0b620ce

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)