Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrerazvan committed Mar 1, 2016
1 parent 0a4a0ed commit 9ae043b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@
#
# Optional, defaults to `{}`.
#
# [*extauth_enabled*]
# Boolean variable to enable pure-ftpd external authentication
#
# Optional, defaults to false
#
# [*extauth_handler*]
# Local or remote path (puppet path) to pure-ftpd external authentication handler.
# Can refer a local file on the server or copy one from the puppet master if the argument
# starts with puppet://
#
# Optional, defaults to `''`
#
# === Examples
#
# class { 'pureftpd':
Expand All @@ -37,6 +49,8 @@
# ipv4only => 'Yes',
# passiveportrange => '49999:59999',
# },
# extauth_enabled => true,
# extauth_handler => 'puppet:///modules/profiles/ftp-auth-handler.py'
# }
#
#
Expand Down

0 comments on commit 9ae043b

Please sign in to comment.