Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
PE 2018.1
Windows 2016
puppetlabs-scheduled_task --version 0.3.0
-
Windows
-
1
-
Windows 2018-08-22
-
Customer Feedback
-
Needs Assessment
Description
Basic Info
Module Version: 0.3.0
Puppet Version: PE 2018.1
OS Name/Version: Windows 2016
Describe your issue in as much detail as possible...
Every time the agent runs we are seeing a corrective action:
C:\>puppet agent -t
|
Info: Using configured environment 'production'
|
Info: Retrieving pluginfacts
|
Info: Retrieving plugin
|
Info: Retrieving locales
|
Info: Loading facts
|
Info: Caching catalog for pe-2018-agent-win2016
|
Info: Applying configuration version '1533683976'
|
Notice: /Stage[main]/Main/Node[pe-2018-agent-win2016]/Scheduled_task[test_task]/user: user changed 'SYSTEM' to 'test_user'
|
Notice: Applied catalog in 1.88 seconds
|
Given:
scheduled_task { 'test_task':
|
ensure => 'present',
|
command => "${::system32}\\WindowsPowerShell\\v1.0\\powershell.exe",
|
enabled => true ,
|
trigger => [{'schedule' => 'boot'}],
|
user => 'test_user',
|
password => '!Q@W3e4r',
|
}
|
Attachments
Issue Links
- relates to
-
MODULES-7240 scheduled_task : Setting a user for a task fails
-
- Closed
-
- mentioned in
-
Page Loading...