You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise'Duplicate names have been found within your Firewalls. This will prevent the module from working correctly and must be manually resolved.'ifnames.length != names.uniq.length
711
+
raiseArgumentError,'Duplicate names have been found within your Firewalls. This prevents the module from working correctly and must be manually resolved.'ifnames.length != names.uniq.length
713
712
# Verify that the current order of the retrieved puppet rules is correct
Copy file name to clipboardExpand all lines: spec/acceptance/firewall_duplicate_comment_spec.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ class { 'firewall': }
31
31
run_shell('iptables -I INPUT -m state --state NEW -m tcp -p tcp --dport 552 -j ACCEPT -m comment --comment "550 destination"')
32
32
33
33
apply_manifest(pp)do |r|
34
-
expect(r.stderr).toinclude('Duplicate names have been found within your Firewalls. This will prevent the module from working correctly and must be manually resolved.')
34
+
expect(r.stderr).toinclude('Duplicate names have been found within your Firewalls. This prevents the module from working correctly and must be manually resolved.')
0 commit comments