Method: Inspec::Resources::Crontab#read_crontab
- Defined in:
- lib/resources/crontab.rb
#read_crontab ⇒ Object
41 42 43 |
# File 'lib/resources/crontab.rb', line 41 def read_crontab inspec.command(crontab_cmd).stdout.lines.map { |l| parse_crontab_line(l) }.compact end |