[Puppet Users] Question on task deletion using scheduled_task

2013-06-05 Thread beyonddc . storage
I have a very simple scheduled_task resource defined. class delete_task { scheduled_task { 'testing123': name => "test_task", ensure=> absent, } } I created this "test_task" by hand using the Windows Task Scheduler GUI. When I use Puppet and apply my resource, the t

Re: [Puppet Users] Question on task deletion using scheduled_task

2013-06-05 Thread Josh Cooper
Hi David, On Wed, Jun 5, 2013 at 12:08 PM, wrote: > I have a very simple scheduled_task resource defined. > > class delete_task { > scheduled_task { 'testing123': > name => "test_task", > ensure=> absent, > } > } > > I created this "test_task" by hand using the Wind

Re: [Puppet Users] Question on task deletion using scheduled_task

2013-06-05 Thread beyonddc . storage
Hi Josh, That's explained it. Thanks for your information David On Wednesday, June 5, 2013 6:08:27 PM UTC-4, Josh Cooper wrote: > > Hi David, > > > On Wed, Jun 5, 2013 at 12:08 PM, >wrote: > >> I have a very simple scheduled_task resource defined. >> >> class delete_task { >> scheduled_task