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

pptp_server (3) Versions 1.0.2

Installs pptpd

Policyfile
Berkshelf
Knife
cookbook 'pptp_server', '= 1.0.2', :supermarket
cookbook 'pptp_server', '= 1.0.2'
knife supermarket install pptp_server
knife supermarket download pptp_server
README
Dependencies
Quality 0%

DESCRIPTION

Installs pptpd, a Point to Point Tunneling Server.

REQUIREMENTS

Platform with a package named 'pptpd'.

USAGE

Add this to node:

{
  "pptpd": {
    "localip": "192.168.240.1",
    "remoteip": "192.168.240.2-90",
    "mtu": "1400",
    "first_dns": "8.8.8.8",
    "second_dns": "114.114.114.114",
    "users": [
        {
        "username": "vpnuser1",
        "password": "vpnpassword1"
        },
        {
        "username": "vpnuser2",
        "password": "vpnpassword2"
        }
    ]
  }
}

Then include recipe[pptp_server] to run_list.

LICENSE AND AUTHOR

Copy from unmaintained pptpd cookbook.

Author:: James Lin (linjunhalida@gmail.com)

Origin Author:: David Ruan (ruanwz@gmail.com)

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

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

1.0.2 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/d411ef33eb978384937e9689/pptp_server/attributes/default.rb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/d411ef33eb978384937e9689/pptp_server/attributes/default.rb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/d411ef33eb978384937e9689/pptp_server/attributes/default.rb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/d411ef33eb978384937e9689/pptp_server/attributes/default.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/d411ef33eb978384937e9689/pptp_server/attributes/default.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/d411ef33eb978384937e9689/pptp_server/attributes/default.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/d411ef33eb978384937e9689/pptp_server/recipes/default.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/d411ef33eb978384937e9689/pptp_server/recipes/default.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/d411ef33eb978384937e9689/pptp_server/recipes/default.rb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/d411ef33eb978384937e9689/pptp_server/templates/default/chap-secrets.erb:4