I want to delete or at least disable certain scheduled tasks via Puppet. 

      scheduled_task { 'Lenovo Customer Feedback Program 64': ensure => absent, 
}


Doesn't seem to do anything - the tasks are still there in the Task 
Scheduler GUI and puppet doesn't give a notice or error.

      scheduled_task { 'Lenovo Customer Feedback Program 64': enabled => 
false, }

Gives errors saying it cannot set ensure => present on the tasks.

So - is this supposed to work? Did I get the Name wrong? Any ideas?

-- 
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/0547ae8b-04bb-484c-9ef1-3c826bbbfff9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to