Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

sbp_mremoteng (8) Versions 0.2.4

Installs and configures mRemoteNG

Policyfile
Berkshelf
Knife
cookbook 'sbp_mremoteng', '= 0.2.4', :supermarket
cookbook 'sbp_mremoteng', '= 0.2.4'
knife supermarket install sbp_mremoteng
knife supermarket download sbp_mremoteng
README
Dependencies
Changelog
Quality 100%

sbp_mremoteng Cookbook

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.

Requirements

The cookbook depends on the windows and partial_search cookbooks

Attributes

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']['url'] = 'http://downloads.mremoteng.org/mRemoteNG-Installer-1.72.exe'
default['mremoteng']['checksum'] = 'b2978c2512e5b5eb1d308ecff0494875670cc0b45e611484368ea434e47a83d4'
default['mremoteng']['install_dir'] = 'C:\Program Files\mRemoteNG'
default['mremoteng']['shared_config_dir'] = nil

Usage

Just include sbp_mremoteng in your node's run_list

Contributing

1. Fork the repository on Github
2. Create a named feature branch (i.e. `add-new-recipe`)
3. Write you change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request

License and Authors

Authors: Sander van Harmelen, Ane van Straten

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

http://www.apache.org/licenses/LICENSE-2.0

Dependent cookbooks

windows >= 0.0.0
partial_search >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

sbp_mremoteng CHANGELOG

0.2.3

  • Joris van Lieshout - The code that builds the node list for the template was using a regular search which retreives all node objects and is therefore slow. Using partial_search instead speeds up the recipe quite a bit

0.2.2

  • Create the shared config directory with recursive set to true to prevent errors with nested directories

0.1.0

  • Sander van Harmelen / Ane van Straten - Initial release of mremoteng

Foodcritic Metric
            

0.2.4 passed this metric