Sha256: d9f7762675146a47ca6a9a67a326dc76ea392f150659ee50c538c002288143b6
Contents?: true
Size: 733 Bytes
Versions: 12
Compression:
Stored size: 733 Bytes
Contents
require 'spec_helper' describe 'Serverspec matchers of Gentoo family', :os => :gentoo do let(:test_server_host) { 'serverspec-gentoo-host' } it_behaves_like 'support be_enabled matcher', 'sshd' it_behaves_like 'support be_installed matcher', 'openssh' it_behaves_like 'support be_running matcher', 'sshd' it_behaves_like 'support be_listening matcher', 22 it_behaves_like 'support be_file matcher', '/etc/ssh/sshd_config' it_behaves_like 'support be_directory matcher', '/etc/ssh' it_behaves_like 'support contain matcher', '/etc/ssh/sshd_config', 'This is the sshd server system-wide configuration file' it_behaves_like 'support be_user matcher', 'root' it_behaves_like 'support be_group matcher', 'wheel' end
Version data entries
12 entries across 12 versions & 1 rubygems