Puppet scheduled_tasks do not show up

9 views
Skip to first unread message

urhs

unread,
Sep 21, 2016, 10:20:40 AM9/21/16
to Puppet Users
Hi,

I am running scheduledtasklist.pp with following:

scheduled_task { 'ExampleTask':
  ensure      => 'present',
  command     => 'E:\Example.exe',
  enabled     => 'true',
  trigger     => {'every' => '1', 'schedule' => 'daily', 'start_time' => '08:00', 'minutes_interval' => '1'},
  user        => 'Domain\User',
  working_dir => 'E:\',
}

The tasks are created in C:\Windows\Tasks. I cannot view them in the scheduler tasks!! Is there something I am missing,

Also, does each schedule task created with puppet default to Run whether user logged in or not?

Thanks!
Reply all
Reply to author
Forward
0 new messages