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

netatalk (4) Versions 1.1.1

Installs netatalk source package on Debian/Ubuntu w/ SSL support

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

Description

Installs netatalk with SSL support, for compatibility with newer
versions of Mac OS X.

Requirements

Tested on the following platforms using test-kitchen (converges clean,
OS X 10.8 client can connect).

  • Ubuntu 10.04, 12.04
  • Debian 6.0
  • CentOS 6.5
  • Fedora 20

Previously working, but untested:

  • ArchLinux

Attributes

Attributes are documented in the cookbook's metadata.

Usage

The default netatalk package on Debian/Ubuntu does not have SSL
support, so newer Mac OS X clients will be unable to authenticate.
Netatalk 2.2 is required, or the package needs to be built from source
with SSL.

Generally, include the default recipe on the node's run list. On older
versions of Ubuntu/Debian, the backport PPA with Netatalk 2.2 will be
enabled. If this is not working in your Ubuntu/Debian nodes, set the
node['netatalk']['package_recipe'] attribute to build_deb and the
package will be built from the deb-src. The build_deb recipe will
install the build dependencies to use debuild to build the netatalk
package. This does take quite some time to build.

The shares do need to be configured, and you can set up the attributes
in a role, e.g. "netatalk_server" with default or override attributes:

"netatalk" => {
  "share_base" => "/srv/export",
  "share_base_owner" => "jtimberman",
  "share_base_group" => "jtimberman",
  "shares" => [
    '~/ "Home Directory"',
    '/srv/export/timemachine "TimeMachine" allow:jtimberman cnidscheme:cdb'
  ]
}

To modify the options used in /etc/netatalk/afpd.conf, set the
node['netatalk']['afpd_options'] with the entire string as the
options line that should appear in the configuration file.

License and Author

  • Author:: Joshua Timberman opensource@housepub.org
  • Copyright 2009-2013, Joshua Timberman
  • Copyright 2009-2012, Opscode, Inc.

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

yum-epel >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

v1.1.1:

  • Added CentOS and Fedora support
  • Remove end-of-life Ubuntus from test matrix

v1.0.0:

  • Resolve foodcritic warnings
  • Convert README to markdown
  • Rename attributes file to default.rb
  • Add test kitchen support

v0.1.0:

  • Current/initial release

Collaborator Number Metric
            

1.1.1 failed this metric

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

Contributing File Metric
            

1.1.1 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.1.1 failed this metric

FC007: Ensure recipe dependencies are reflected in cookbook metadata: netatalk/recipes/build_aur.rb:20
FC064: Ensure issues_url is set in metadata: netatalk/metadata.rb:1
FC065: Ensure source_url is set in metadata: netatalk/metadata.rb:1
FC066: Ensure chef_version is set in metadata: netatalk/metadata.rb:1
FC069: Ensure standardized license defined in metadata: netatalk/metadata.rb:1
FC072: Metadata should not contain "attribute" keyword: netatalk/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: netatalk/recipes/build_aur.rb:20
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.1.1 passed this metric

Testing File Metric
            

1.1.1 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.1.1 passed this metric