Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

pure-ftpd (3) Versions 0.2.3

Installs and configures pure-ftp

Policyfile
Berkshelf
Knife
cookbook 'pure-ftpd', '~> 0.2.3', :supermarket
cookbook 'pure-ftpd', '~> 0.2.3'
knife supermarket install pure-ftpd
knife supermarket download pure-ftpd
README
Dependencies
Quality 17%

pure-ftpd

Installs and configures the pure-ftpd daemon. Defines a pure_ftpd_virtual_user
provider for configuring ftp users. pure-ftpd is run as a user ftpd,
so that we don't have to fight with chroot.

Virtual users are not system users. Files uploaded by virtual users are
uploaded to /var/data/ftp/<username>, and are owned by the ftpd user.

pure-ftpd runs with the --uploadscript directive. This configures a
named pipe at /var/run/pure-ftpd/pure-ftpd.upload.pipe. The file name
of each uploaded pipe is written to this named pipe, so that upload
hooks can easily be written.

Requirements

Tested on:
* SmartOS

Usage

include_recipe 'pure-ftpd'

pure_ftpd_virtual_user 'my user' do
  username 'my-user'
  password 'my-password'
end

Dependent cookbooks

build-essential >= 0.0.0
paths >= 0.0.0
smf >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.2.3 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.2.3 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.2.3 failed this metric

FC009: Resource attribute not recognised: pure-ftpd/recipes/default.rb:12
FC064: Ensure issues_url is set in metadata: pure-ftpd/metadata.rb:1
FC065: Ensure source_url is set in metadata: pure-ftpd/metadata.rb:1
FC066: Ensure chef_version is set in metadata: pure-ftpd/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: pure-ftpd/metadata.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: pure-ftpd/libraries/provider_installer.rb:15
FC085: Resource using new_resource.updated_by_last_action to converge resource: pure-ftpd/providers/user_database.rb:14
FC085: Resource using new_resource.updated_by_last_action to converge resource: pure-ftpd/providers/virtual_user.rb:11
FC085: Resource using new_resource.updated_by_last_action to converge resource: pure-ftpd/providers/virtual_user.rb:14
FC085: Resource using new_resource.updated_by_last_action to converge resource: pure-ftpd/providers/virtual_user.rb:28
FC121: Cookbook depends on cookbook made obsolete by Chef 14: pure-ftpd/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.2.3 passed this metric

Testing File Metric
            

0.2.3 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.2.3 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number