eduVPN

Build Status Release Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores puppetmodule.info docs Apache-2 License

Overview

Configures repositories and installs the eduVPN client: https://www.eduvpn.org

On Enterprise Linux distributions it assumed that the EPEL repository has been enabled somehow.

Example

Simple install of eduvpn client

class{ 'eduvpn': }

Simple install of eduvpn client from a mirror of repository

class{ 'eduvpn':
  repo_prefix => 'https://mirror.exampple.org/app.eduvpn.org/linux',
}

Reference

The reference of the eduvpn module see REFERENCE.md