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 c7d5955 + c1a544b commit cb6dcb5Copy full SHA for cb6dcb5
metadata.json
@@ -44,6 +44,9 @@
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,8 +1,6 @@
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