We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb6dcb5 + cf4ef7f commit 0b620ceCopy full SHA for 0b620ce
metadata.json
@@ -44,9 +44,6 @@
44
{
45
"operatingsystem": "Rocky"
46
},
47
- {
48
- "operatingsystem": "windows"
49
- },
50
51
"operatingsystem": "AlmaLinux"
52
spec/acceptance/tests/resource/ssh_authorized_key/destroy_spec.rb
@@ -1,6 +1,8 @@
1
require 'spec_helper_acceptance'
2
3
RSpec.context 'ssh_authorized_key: Destroy' do
4
+ confine :except, platform: ['windows']
5
+
6
let(:auth_keys) { '~/.ssh/authorized_keys' }
7
let(:name) { "pl#{rand(999_999).to_i}" }
8
let(:custom_key_directory) { "/etc/ssh_authorized_keys_#{name}" }
0 commit comments