forked from adamjlow/adamjlow-proftpd
-
Notifications
You must be signed in to change notification settings - Fork 0
bruhadavid/adamjlow-proftpd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Puppet module for ProFTPd (http://proftpd.open-source-solution.org/) Description ------------- This is a comprehensive Puppet module for managing ProFTPd. It replicates the Apache model for storing and enabling modules through the mods-enabled/mods-available model. Dependencies -------------- This module uses the fact osfamily which is supported by Facter 1.6.1+. This module depends on creates_resources function which is introduced in Puppet 2.7. Users on puppet 2.6 can use th e following module which provides this functionality: [https://github.com/puppetlabs/puppetlabs-create_resources](https://github.com/puppetlabs/puppetlabs-create_resources ) Usage ------- node 'server.domain.com' { class { proftpd::server: config_hash => { 'server_name' => 'Adams FTP Server', 'tls_engine' => 'off', 'sql_engine' => 'on', 'sql_backend' => 'mysql', 'sql_host' => 'dbhost', 'sql_dbname' => 'adam_proftpd', 'sql_username' => 'adam_proftpd', 'sql_password' => 'topsecretpassword', }, } } License ------- Apache license v2.0 Contact ------- Adam J. Low <[email protected]> Support ------- Please log tickets and issues at [https://github.com/adamjlow/adamjlow-proftpd](https://github.com/adamjlow/adamjlow-proftpd)
About
Puppet module for managing ProFTPd
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Puppet 94.1%
- Pascal 3.3%
- Ruby 2.6%