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

filezilla (11) Versions 1.4.0

Installs/Configures FileZilla

Policyfile
Berkshelf
Knife
cookbook 'filezilla', '~> 1.4.0', :supermarket
cookbook 'filezilla', '~> 1.4.0'
knife supermarket install filezilla
knife supermarket download filezilla
README
Dependencies
Changelog
Quality 33%

'filezilla' Cookbook

Installs the latest version of the FileZilla Client and/or Server

GitHub version
Code Climate

Attributes

  • Windows needs a version specified, see default attributes file for specifics on how this is used.
  • Linux Distributions contain no attributes, they pull the version using the package resource

Windows Only Attributes

default['filezilla']['client']['version'] = '3.14.1'
default['filezilla']['server']['version'] = '0.9.54'
default['filezilla']['server']['filename_version'] = '0_9_54'

Requirements

  • Chef 11+
  • EPEL (Note: I am installing the EPEL with this cookbook)

In testing on ubuntu you need to run sudo apt-get update on the opscode kitchen boxes prior to the install being successful.

Platform Family Requires
RHEL gnutls
Ubuntu sudo apt-get update

Usage

filezilla::default

Include the default recipe in your role:

{
    "run_list": [
    "recipe[filezilla::default]"
    ]
}

filezilla::server

Include the server recipe in your role to install the FileZilla server (Windows only):

{
    "run_list": [
    "recipe[filezilla::server]"
    ]
}

Authors

I adopted the Original FileZilla Cookbook

Copyright:: 2015, Lance Powell

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

windows >= 0.0.0
yum >= 0.0.0
apt >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

filezilla Cookbook CHANGELOG

v1.4.0

  • Bumped client version to the latest release '3.14.1'
  • Added Server install recipe (pull request) and bumped version to 0.9.54 (windows only)
  • Serverspec tests added (pull request)

v1.3.3 (2015-09-25)

  • Bump Windows version to the latest release '3.14'

v1.3.2 (2015-07-10)

  • Now supports installs for Ubuntu and RHEL/CentOS
  • Bump Windows version to the latest release '3.12.0.2'
  • Added a Changelog
  • Updates for the readme

Collaborator Number Metric
            

1.4.0 failed this metric

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

Contributing File Metric
            

1.4.0 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
            

1.4.0 failed this metric

FC064: Ensure issues_url is set in metadata: filezilla/metadata.rb:1
FC065: Ensure source_url is set in metadata: filezilla/metadata.rb:1
FC066: Ensure chef_version is set in metadata: filezilla/metadata.rb:1
FC069: Ensure standardized license defined in metadata: filezilla/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.4.0 passed this metric

Testing File Metric
            

1.4.0 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
            

1.4.0 passed this metric