Merge branch 'master' of https://github.com/rombert/puppetlabs-java into rombert-master

Conflicts:
	manifests/params.pp
This commit is contained in:
Brett Porter
2013-07-13 13:21:28 +10:00
3 changed files with 21 additions and 2 deletions

View File

@@ -74,4 +74,9 @@ describe 'java', :type => :class do
it { should contain_package('java').with_name('java-1.7.0-openjdk') }
end
context 'select default for OpenSUSE 12.3' do
let(:facts) { {:osfamily => 'Suse', :operatingsystem => 'OpenSUSE', :operatingsystemrelease => '12.3'}}
it { should contain_package('java').with_name('java-1_7_0-openjdk-devel')}
end
end