Displaying 6 results from an estimated 6 matches for "scheduled_task".
2013 Apr 25
1
scheduled_task created but didn't see task under 'Task Scheduler' GUI
Hi All,
I created a scheduled_task resource and applied it. Puppet claimed that it
did added successfully but when I go into the ''Task Scheduler'' GUI, no such
task exist. When I delete the same scheduled_task, Puppet found it and
deleted it. Deleting the same scheduled_task twice, Puppet would do
nothing. T...
2012 Jun 30
6
Scheduled_task + ad user
Hi,
When a want to use scheduled_task for create a windows task and when i
give a AD user, i have this message :
err: /Stage[main]/Mirnas/Scheduled_task[test]/ensure: change from absent
to present failed: Invalid user: DOMAIN\oper
My user domain and the password are correct.
I have the same error if i change DOMAIN\oper by oper@doma...
2007 Dec 30
3
A newbie question regarding BackgroundRb
...ran rake backgroundrb:setup to copy the yml
scripts.
Now my backgroundrb.yml looks like
=======
---
port: "22222"
timer_sleep: 60
load_rails: true
environment: development
host: localhost
database_yml: config/database.yml
acl:
deny: all
allow: localhost 127.0.0.1
order: deny,allow
scheduled_task:
:class: :tx_reaper_worker
:worker_method: :do_work
:trigger_args:
:start: <%= Time.now %>
:repeat_interval: <%= 1.second %
=======
TxReaperWorker is my class which I generated.
=======
class TxReaperWorker < BackgrounDRb::Rails
def do_work(args)
puts "Hello B...
2013 Feb 27
3
Weird problem with puppet 3.1 on Windows
Hi all,
I''m installing the latest version of puppet (opensource) for Windows on
Windows 2008 Server (At Amazon EC2).
For some reason, Puppet''s scheduled task is configured to run every 20
hours instead of the desired 30 minutes (as shown in
- http://docs.puppetlabs.com/windows/running.html)
Is it a bug in Puppet?
Is it something that I misconfigured?
Screenshot of the
2011 Nov 01
0
Announce: Puppet 2.7.7rc1 available
...90c3 Change tests to not use ''mount'' provider
220f5e0 Added ''touch'' method enabling tests to run on Windows
ca0bc4f Change test to not call ''rm -rf''
1883455 Remove ''fails_on_windows'' tag for passing tests
0d7c797 (#8414) Create scheduled_task type for use with Windows scheduled tasks
4ddef89 (#8414) Require win32-taskscheduler gem on Windows
0ecf3ab Add ability to look up fully qualified local accounts using
Puppet::Util::Adsi.sid_for_account
23d5aeb Add support for displaying hashes to
Puppet::Parameter.format_value_for_display
f0c3414...
2011 Dec 01
3
Announce: Puppet 2.7.8rc1 available
...90c3 Change tests to not use ''mount'' provider
220f5e0 Added ''touch'' method enabling tests to run on Windows
ca0bc4f Change test to not call ''rm -rf''
1883455 Remove ''fails_on_windows'' tag for passing tests
0d7c797 (#8414) Create scheduled_task type for use with Windows scheduled tasks
4ddef89 (#8414) Require win32-taskscheduler gem on Windows
0ecf3ab Add ability to look up fully qualified local accounts using
Puppet::Util::Adsi.sid_for_account
23d5aeb Add support for displaying hashes to
Puppet::Parameter.format_value_for_display
f0c3414...