lib/specinfra/command/base.rb in specinfra-1.25.8 vs lib/specinfra/command/base.rb in specinfra-1.26.0

- old
+ new

@@ -287,9 +287,13 @@ def check_iptables_rule(rule, table=nil, chain=nil) raise NotImplementedError.new end + def check_ip6tables_rule(rule, table=nil, chain=nil) + raise NotImplementedError.new + end + def check_zfs(zfs, property=nil, value=nil) raise NotImplementedError.new end def get_mode(file)