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!

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/80af58fd-b1ab-4628-9b85-a15d7f9dc12b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to