Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noma4i/puppet-windows_xmltask

Puppet module to create windows schedule tasks from exported XML
https://github.com/noma4i/puppet-windows_xmltask

puppet ruby windows windows-scheduler xml

Last synced: 3 days ago
JSON representation

Puppet module to create windows schedule tasks from exported XML

Awesome Lists containing this project

README

        

# 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](http://www.apache.org/licenses/LICENSE-2.0.html)