cookbooks/fb_motd/metadata.rb (13 lines of code) (raw):

# Copyright (c) 2018-present, Facebook, Inc. name 'fb_motd' maintainer 'Facebook' maintainer_email 'noreply@facebook.com' license 'Apache-2.0' description 'Installs/Configures motd' source_url 'https://github.com/facebook/chef-cookbooks/' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '0.0.1' supports 'centos' supports 'debian' supports 'ubuntu' supports 'mac_os_x' depends 'fb_helpers'