Skip to content

Commit

Permalink
Lucid template platform names have '.' in them
Browse files Browse the repository at this point in the history
  • Loading branch information
Colleen Murphy committed Dec 31, 2014
1 parent 6aa09bb commit 90c37ab
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 90c37ab

Please sign in to comment.