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

7dtd (1) Versions 0.1

Installs/Configures the 7 Days To Die server

Policyfile
Berkshelf
Knife
cookbook '7dtd', '~> 0.1', :supermarket
cookbook '7dtd', '~> 0.1'
knife supermarket install 7dtd
knife supermarket download 7dtd
README
Dependencies
Changelog
Quality 33%

7dtd

Build Status
Cookbook Version

Description

Installs and configures a 7dtd server.

Requirements

Chef

Tested on chef 11

Cookbooks

Platforms

  • Debian 8+
  • Ubuntu 15.04+

Recipes

default

The default recipe ensures a 7dtd server is installed, and configured based on
attributes you have specified.

user

The user recipe is called by default, and creates a new user/group 7dtd for
the server to run as.

service

The service recipe enables the systemd service for 7dtd.

Attributes

Default

  • 7dtd['user']

    • The user the 7dtd server runs under, default mcserver
  • 7dtd['group']

    • The group the 7dtd server runs under, default mcserver
  • 7dtd['install_dir']

    • The default location 7dtd is installed to, default /srv/7dtd
  • 7dtd['steamcmd_url']

    • The url to fetch steamcmd releases from, default https://s3.amazonaws.com/7dtd.Download/versions
  • 7dtd['checksum']

    • The sha256 checksum of 7dtd_server.jar

ServerConfig

You can can customize any of the settings from serverconfig.xml. They are kept
up to date with upstream and you can read about each setting in more detail
here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Author: Greg Fitzgerald greg@gregf.org

Copyright 2016, Greg Fitzgerald.

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

systemd >= 0.0.0
apt >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Changelog

0.1

  • Initial public release

Collaborator Number Metric
            

0.1 failed this metric

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

Contributing File Metric
            

0.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
            

0.1 passed this metric

No Binaries Metric
            

0.1 passed this metric

Testing File Metric
            

0.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
            

0.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 include a tag that matches this cookbook version number