Sha256: b4e4f666c1767823fe95bfeb5eac6f3fa7782d567e1d163e0140d1d76b0a0452
Contents?: true
Size: 552 Bytes
Versions: 16
Compression:
Stored size: 552 Bytes
Contents
require 'spec_helper' describe 'Serverspec matchers of Debian family', :os => :debian do let(:test_server_host) { 'serverspec-debian-host' } it_behaves_like 'support be_enabled matcher', 'rc.local' it_behaves_like 'support be_installed matcher', 'openssh-server' it_behaves_like 'support be_running matcher', 'ssh' it_behaves_like 'support be_listening matcher', 22 it_behaves_like 'support be_file matcher', '/etc/ssh/sshd_config' it_behaves_like 'support contain matcher', '/etc/ssh/sshd_config', 'See the sshd_config(5) manpage' end
Version data entries
16 entries across 16 versions & 1 rubygems