removed lsb-release package

This commit is contained in:
Tomas Barton 2014-01-27 00:14:34 +01:00
parent 9dc5a1db18
commit bf16ec7bc7
2 changed files with 0 additions and 7 deletions

View file

@ -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',
}

View file

@ -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