This cookbook will install mRemoteNG on a Windows box and will (optionally) generate the mRemoteNG config based on all available nodes in your Chef server.
None
When default['mremoteng']['shared_config_dir'] is set to nil
the cookbook will not create a confCons.xml for you. When this is set to a path, it will generate a config and update the mRemoteNG config so it uses the generated configuration.
default['mremoteng']['package_name'] = 'mRemoteNG'
default['mremoteng']['install_dir'] = 'C:\Program Files (x86)\mRemoteNG'
default['mremoteng']['version'] = '1.74.6023.15437'
default['mremoteng']['url'] = 'https://github.com/mRemoteNG/mRemoteNG/releases/download/v1.74/mRemoteNG-Installer-1.74.6023.15437.msi'
default['mremoteng']['checksum'] = '2d637780be5875221448dc259ce8ae8f5f9fc95adc87a2571610e305826df6a3'
default['mremoteng']['shared_config_dir'] = nil
default['mremoteng']['auto_expand'] = 'True'
Just include sbp_mremoteng
in your node's run_list
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Authors: Eric Kuiper
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at