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

motd-tail (26) Versions 6.0.4

Updates motd.tail with Chef Roles

Policyfile
Berkshelf
Knife
cookbook 'motd-tail', '= 6.0.4', :supermarket
cookbook 'motd-tail', '= 6.0.4'
knife supermarket install motd-tail
knife supermarket download motd-tail
README
Dependencies
Changelog
Quality 50%

motd-tail Cookbook

Cookbook Version
CI State
OpenCollective
OpenCollective
License

Updates motd.tail with Chef Roles

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Requirements

Platforms

  • Ubuntu

Chef

  • Chef 15.3+

Cookbooks

  • None

Attributes

  • node['motd-tail']['additional_text'] - Additional text to add to the end of the motd.tail (e.g. unauthorized access banner).

Usage

"run_list": [
    "recipe[motd-tail]"
]
motd_tail '/etc/motd.tail' do
  action :create
  template_source   'motd.custom.erb'
  template_cookbook 'custom.cookbook.name'
end

default

Updates motd.tail with useful node data

Examples

For example,

% ssh myserver.int.example.org
***
Chef-Client - myserver.int.example.org
ubuntu
samba_server
netatalk_server
munin_server
rsyslog_server
***

Additional text here when `node['motd-tail']['additional_text']` present.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website
https://opencollective.com/sous-chefs/sponsor/1/website
https://opencollective.com/sous-chefs/sponsor/2/website
https://opencollective.com/sous-chefs/sponsor/3/website
https://opencollective.com/sous-chefs/sponsor/4/website
https://opencollective.com/sous-chefs/sponsor/5/website
https://opencollective.com/sous-chefs/sponsor/6/website
https://opencollective.com/sous-chefs/sponsor/7/website
https://opencollective.com/sous-chefs/sponsor/8/website
https://opencollective.com/sous-chefs/sponsor/9/website

motd-tail CHANGELOG

This file is used to list changes made in each version of the motd-tail cookbook.

6.0.4 - 2023-05-17

6.0.3 - 2023-05-03

6.0.2 - 2023-04-01

6.0.1 - 2023-03-03

6.0.0 - 2022-02-23

  • resolved cookstyle error: resources/motd_tail.rb:1:1 refactor: Chef/Deprecations/ResourceWithoutUnifiedTrue
  • Require Chef 15.3+ for unified_mode support
  • Enable unified_mode for Chef 17+ support

5.2.3 - 2022-02-08

  • Remove delivery folder

5.2.2 - 2021-08-31

  • Standardise files with files in sous-chefs/repo-management

5.2.1 - 2021-06-01

  • Standardise files with files in sous-chefs/repo-management

5.2.0 - 2021-02-26

  • Sous Chefs Adoption
  • Cookstyle fixes

5.1.0 (2017-08-09)

  • Added template cookbook property, updated readme and spec tests

5.0.2 (2017-07-14)

  • changed name of update-motd.d script, script is not run with underscore in name on canonical 14.04 and 16.04 default images

5.0.1 (2017-04-26)

  • Update apache2 license string

5.0.0 (2017-02-27)

  • Require Chef 12.5+ and remove compat_resource dep

4.1.0 (2017-01-18)

  • Update chef requirement in the readme
  • Show policy group/name when using policyfiles
  • Fix deprecation warning
  • Remove superfluous converge_by
  • Convert to a custom resource
  • Support Ubuntu 14.04+

4.0.1 (2016-09-08)

  • Fix specs and matcher

4.0.0 (2016-09-07)

  • Resolve rubocop warning
  • Testing updates
  • Require Chef 12+

v3.0.0 (2015-10-20)

  • Updated .gitignore file
  • Removed Cheffile
  • Updated Test Kitchen for the new format and modern Linux distros
  • Added Chef standard Rubocop config
  • Added testing in Travis CI
  • Added a Berksfile
  • Updated contributing and testing docs
  • Added maintainers.md and maintainers.toml files
  • Added Travis and cookbook version badges to the readme
  • Removed Chef 10 backwards compatibility
  • Expanded the requirements section in the readme and clarify the minimum supported Chef release is 11
  • Updated Opscode -> Chef Software
  • Added a Rakefile for simplified testing
  • Added a Chefignore file
  • Resolved Rubocop warnings
  • Added long_description to the metadata
  • Added source_url and issues_url to the metadata
  • Added basic Chefspec convergence test

v2.0.2 (2014-04-09)

  • #7 - Fix wrong cookbook name in template source parameter

v2.0.0 (2014-03-18)

  • Refactored into a library cookbook to allow template replacement

v1.2.2 (2014-03-18)

  • [COOK-4434] - remove timestamp from template to prevent a change every Chef run

v1.2.0

  • [COOK-2089] - Add the ability to add additional text to motd

v1.1.0

  • [COOK-1387] - additional data for MOTD

v1.0.0

  • Initial public release.

Collaborator Number Metric
            

6.0.4 passed this metric

Contributing File Metric
            

6.0.4 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

Cookstyle Metric
            

6.0.4 passed this metric

No Binaries Metric
            

6.0.4 passed this metric

Testing File Metric
            

6.0.4 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
            

6.0.4 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