Re: [Puppet Users] Re: Scheduled_task?

2017-05-18 Thread Jason McMahan
Thank you for confirming my suspicion Josh. On Wednesday, May 17, 2017 at 11:09:14 AM UTC-5, Josh Cooper wrote: > > > > On Wed, May 17, 2017 at 5:34 AM, Jason McMahan > wrote: > >> The full error is >> >> Error: Failed to call >> #::NewWorkItem >> with HRESULT: -214702489 >> 3.: The system ca

Re: [Puppet Users] Re: Scheduled_task?

2017-05-17 Thread Josh Cooper
On Wed, May 17, 2017 at 5:34 AM, Jason McMahan wrote: > The full error is > > Error: Failed to call > #::NewWorkItem > with HRESULT: -214702489 > 3.: The system cannot find the path specified. > Error: /Stage[main]/Profile::Windows::Applications::Sysinfo::Base/ > Scheduled_task[Automation/Inven

[Puppet Users] Re: Scheduled_task?

2017-05-17 Thread Jason McMahan
The full error is Error: Failed to call #::NewWorkItem with HRESULT: -214702489 3.: The system cannot find the path specified. Error: /Stage[main]/Profile::Windows::Applications::Sysinfo::Base/Scheduled_task[Automation/Inventory]/ensure : change from absent to present failed: Failed to call

Re: [Puppet Users] Re: scheduled_task changes on every puppet run

2014-08-18 Thread Rob Reynolds
On Wed, Aug 13, 2014 at 12:55 PM, aaronm wrote: > I am getting similar logs every day, but I am not using any scheduled > tasks in my manifests... > > (**this is on PE 3.3 installed a week or two ago**) > trigger changed '{'every' => '1', 'schedule' => 'daily', 'start_date' => > '2014-8-12', 'sta

[Puppet Users] Re: scheduled_task changes on every puppet run

2014-08-13 Thread aaronm
I am getting similar logs every day, but I am not using any scheduled tasks in my manifests... (**this is on PE 3.3 installed a week or two ago**) trigger changed '{'every' => '1', 'schedule' => 'daily', 'start_date' => '2014-8-12', 'start_time' => '13:00'}' to '[{'every' => '1', 'schedule' =>

[Puppet Users] Re: scheduled_task created but didn't see task under 'Task Scheduler' GUI

2013-04-25 Thread beyonddc . storage
Nevermind, please ignore my post. I was looking at the wrong place, the task did added successfully. It was under the "Task Scheduler Library". Thanks... On Thursday, April 25, 2013 10:00:52 AM UTC-4, beyonddc...@gmail.com wrote: > > Hi All, > > I created a scheduled_task resource and applied