/puppet-puppetvpn

Setup OpenVPN using Puppet PKI.

Primary LanguageRubyApache License 2.0Apache-2.0

puppetvpn

Build Status Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores License

Table of Contents

Overview

Setup OpenVPN using Puppet PKI.

Module Description

Make Puppet managed hosts reachable through a VPN using Puppet's Public Key Infrastructure.

Setup

On the Puppet master:

class { 'puppetvpn::server':
  server_network => '10.0.0.0',
  server_netmask => '255.255.0.0',
}

On the other nodes:

include puppetvpn::client

Usage

No further configuration is needed.

Limitations

The current implementation supports Debian GNU/Linux and FreeBSD. Patches to add support to more platforms are welcome.

Contributing

  1. Fork it ( https://github.com/opus-codium/puppet-puppetvpn/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request