Class
Specinfra::Processor
In:
lib/specinfra/processor.rb
Parent:
Object
Methods
check_file_is_executable
check_file_is_mounted
check_file_is_readable
check_file_is_writable
check_fstab_has_entry
check_routing_table_has_entry
check_service_is_monitored_by_monit
check_service_is_running
get_default_gateway
Public Class methods
check_file_is_executable
(file, by_whom)
check_file_is_mounted
(path, expected_attr, only_with)
check_file_is_readable
(file, by_whom)
check_file_is_writable
(file, by_whom)
check_fstab_has_entry
(expected_attr)
check_routing_table_has_entry
(expected_attr)
check_service_is_monitored_by_monit
(process)
check_service_is_running
(service)
get_default_gateway
(attr)
[Validate]