Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Facter.add(:ip6tables_version) do
confine kernel: :Linux
setcode do
version = Facter::Util::Resolution.exec('ip6tables --version')
if version
version.match(%r{\d+\.\d+\.\d+}).to_s
else
nil
end
end
end