Skip to content

Puppet module to create windows schedule tasks from exported XML

Notifications You must be signed in to change notification settings

noma4i/puppet-windows_xmltask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Apache License, Version 2.0

About

Puppet module to create windows schedule tasks from exported XML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published