Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noma4i/puppet-windows_xmltask
- Owner: noma4i
- Created: 2014-02-25T06:29:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T11:53:50.000Z (about 6 years ago)
- Last Synced: 2024-10-20T04:46:16.061Z (25 days ago)
- Topics: puppet, ruby, windows, windows-scheduler, xml
- Language: Puppet
- Size: 17.6 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)