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

vpnc (3) Versions 0.3.0

Installs/Configures vpnc

Policyfile
Berkshelf
Knife
cookbook 'vpnc', '~> 0.3.0', :supermarket
cookbook 'vpnc', '~> 0.3.0'
knife supermarket install vpnc
knife supermarket download vpnc
README
Dependencies
Quality 17%

vpnc

Deploys Maurice Massar's 'client for cisco vpn concentrator'. Primarly designed to provide a temporary VPN connection for remote infrastructure testing.

Usage

Set the attributes below and include vpnc::default at the top of your node's run_list.

Attributes

  • node['vpnc']['ipsec_gateway'] - value for "IPSec gateway"
  • node['vpnc']['ipsec_id'] - value for "IPSec ID"
  • node['vpnc']['ipsec_secret'] - value for "IPSec secret"
  • node['vpnc']['xauth_user'] - value for "Xauth username"
  • node['vpnc']['xauth_pass'] - value for "Xauth password"

Note: the ipsec_secret and xauth_pass values may be obfuscated via base64 encoding; simply prefix their encoded values with the fixed string base64:. E.g.:


require 'base64'
puts "base64:#{Base64.encode64('imsosecret5').chomp}"
# base64:aW1zb3NlY3JldHk1
  • node['vpnc']['compile_time'] - Should vpnc be deployed at compile time? Defaults to false

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.3.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.3.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.3.0 failed this metric

FC066: Ensure chef_version is set in metadata: vpnc/metadata.rb:1
FC069: Ensure standardized license defined in metadata: vpnc/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.3.0 passed this metric

Testing File Metric
            

0.3.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.3.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number