windows_xmltask
Create windows schedule task from exported xml stored on puppet fileserver
Version information
released May 10th 2017
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'noma4i-windows_xmltask', '0.1.4'
Learn more about managing modules with a PuppetfileDocumentation
noma4i/windows_xmltask — version 0.1.4 May 10th 2017
Puppet Windows XML Task
##Overview
Creating windows schedule task from previously exported.
##Module Description
Windows schedule tasks are tricky. Sometimes you need to setup very special attributes like parallel process run. I have ended with simple solution: create task via GUI and export as xml file and import it later.
##Usage
windows_xmltask {'My Task Name':
ensure => present,
overwrite => 'false',
xmlfile => 'puppet:///config/soft/my_exported_task.xml',
}
##License