removed lsb-release package
This commit is contained in:
parent
9dc5a1db18
commit
bf16ec7bc7
2 changed files with 0 additions and 7 deletions
|
@ -1,10 +1,5 @@
|
|||
class sshd::debian inherits sshd::linux {
|
||||
|
||||
# the templates for Debian need lsbdistcodename
|
||||
ensure_resource('package', 'lsb-release', {'ensure' => 'present' })
|
||||
#requires stdlib >= 3.2
|
||||
#ensure_packages(['lsb-release'])
|
||||
|
||||
Package[openssh]{
|
||||
name => 'openssh-server',
|
||||
}
|
||||
|
|
|
@ -41,7 +41,6 @@ describe 'sshd' do
|
|||
}
|
||||
end
|
||||
it_behaves_like "a Linux OS"
|
||||
it { should contain_package('lsb-release') }
|
||||
it { should contain_package('openssh') }
|
||||
it { should contain_class('sshd::debian') }
|
||||
it { should contain_service('sshd').with(
|
||||
|
@ -56,7 +55,6 @@ describe 'sshd' do
|
|||
}
|
||||
end
|
||||
it_behaves_like "a Linux OS"
|
||||
it { should contain_package('lsb-release') }
|
||||
it { should contain_package('openssh') }
|
||||
it { should contain_service('sshd').with({
|
||||
:hasrestart => true
|
||||
|
|
Loading…
Reference in a new issue