forked from shaftoe/puppet-pptpd
-
Notifications
You must be signed in to change notification settings - Fork 0
clambertus/puppet-pptpd
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# 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!
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Puppet 68.1%
- HTML 31.9%