Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

choria-mcorpc-support

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

choria-mcorpc-support

  • 2.26.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

<%= module_name %> version <%= @plugin.metadata[:version] %>

Table of Contents
  1. Overview
  2. Usage
  3. Configuration

Overview

<%= @plugin.metadata[:description] %>

The <%= module_name %> module is generated automatically, based on the source from <%= @plugin.metadata[:url] %>. <%- if @plugin.plugintype == "Agent" -%> <%- ddl = DDL.new("package", :agent, false) ddl.instance_eval(File.read(Dir.glob(File.join("**/agent/*.ddl")).first)) -%>

Available Actions:

<%- ddl.entities.keys.sort.each do |action| -%>

  • <%= action %> - <%= ddl.entities[action][:description] %> <%- end -%> <%- end -%>

## Usage

You can include this module into your infrastructure as any other module, but as it's designed to work with the choria mcollective module you can configure it via Hiera:

mcollective::plugin_classes:
  - <%= module_name %>

## Configuration

Server and Client configuration can be added via Hiera and managed through tiers in your site Hiera, they will be merged with any included in this module

<%= module_name %>::config:
   example: value

This will be added to both the client.cfg and server.cfg, you can likewise configure server and client specific settings using <%= module_name %>::client_config and <%= module_name %>::server_config.

These settings will be added to the /etc/puppetlabs/mcollective/plugin.d/ directory in individual files.

For a full list of possible configuration settings see the module source repository documentation.

Data Reference

  • <%= module_name %>::gem_dependencies - Deep Merged Hash of gem name and version this module depends on
  • <%= module_name %>::manage_gem_dependencies - disable managing of gem dependencies
  • <%= module_name %>::package_dependencies - Deep Merged Hash of package name and version this module depends on
  • <%= module_name %>::manage_package_dependencies - disable managing of packages dependencies
  • <%= module_name %>::class_dependencies - Array of classes to include when installing this module
  • <%= module_name %>::package_dependencies - disable managing of class dependencies
  • <%= module_name %>::config - Deep Merged Hash of common config items for this module
  • <%= module_name %>::server_config - Deep Merged Hash of config items specific to managed nodes
  • <%= module_name %>::client_config - Deep Merged Hash of config items specific to client nodes
  • <%= module_name %>::policy_default - allow or deny
  • <%= module_name %>::policies - List of actionpolicy policies to deploy with an agent
  • <%= module_name %>::client - installs client files when true - defaults to $mcollective::client
  • <%= module_name %>::server - installs server files when true - defaults to $mcollective::server
  • <%= module_name %>::ensure - present or absent

Development:

To contribute to this Choria.IO plugin please visit <%= @plugin.metadata[:url] %>.

This module was generated using the Choria Plugin Packager based on templates found at the GitHub Project.

FAQs

Package last updated on 01 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc