Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

opus-codium/puppet-puppetvpn

Repository files navigation

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

About

Setup OpenVPN using Puppet PKI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •