Method: Inspec::Resources::Crontab#crontab_cmd
- Defined in:
- lib/inspec/resources/crontab.rb
#crontab_cmd ⇒ Object
68 69 70 |
# File 'lib/inspec/resources/crontab.rb', line 68 def crontab_cmd @user.nil? ? "crontab -l" : "crontab -l -u #{@user}" end |