Version information
released Sep 1st 2013
Start using this module
Add this module to your Puppetfile:
mod 'fortin-pptpd', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
fortin/pptpd — version 0.1.0 Sep 1st 2013
Puppet module to install and manage pptpd on Debian-based platforms
For details have a look at init.pp
Simple usage example
include 'pptpd' pptpd::user { 'myuser': password => 'verysecret' }
pptpd::user define
Can be used to manage users in chap-secrets:
pptpd::user { 'myuser': ensure => absent } pptpd::user { 'my_new_user': } # password defaulted to secret!