Version information
released Nov 26th 2015
This version is compatible with:
- Puppet Enterprise >=2015.2.0
- Puppet >=4.2.1
Start using this module
Add this module to your Puppetfile:
mod 'tse-shortcut', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
tse/shortcut — version 0.1.0 Nov 26th 2015
tse/shortcut
A defined type to manage .lnk shortcuts on Windows.
Limitations:
- Can only manage .lnk, does not manage .url
- Doesn't seem to work when targeting folders
Example:
shortcut { 'C:/myshortcut.lnk':
target => 'C:/Windows/system32/cmd.exe',
}
Parameters:
- target
- path
- arguments
- icon_location
- working_directory
- description
Dependencies
- puppetlabs/powershell (>= 1.0.0 <2.0.0)