Skip to content

Commit

Permalink
Merge pull request #458 from cmurphy/lucid
Browse files Browse the repository at this point in the history
Lucid template platform names have '.' in them
  • Loading branch information
Morgan Haskel committed Dec 31, 2014
2 parents 6aa09bb + 90c37ab commit 8b263cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/firewall_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ class { '::firewall': }
end

# ip6tables has limited `-m socket` support
if default['platform'] !~ /el-5/ and default['platform'] !~ /ubuntu-1004/ and default['platform'] !~ /debian-6/ and default['platform'] !~ /sles/
if default['platform'] !~ /el-5/ and default['platform'] !~ /ubuntu-10\.04/ and default['platform'] !~ /debian-6/ and default['platform'] !~ /sles/
describe 'socket' do
context 'true' do
it 'applies' do
Expand Down

0 comments on commit 8b263cc

Please sign in to comment.