cookbooks/fb_fstab/metadata.rb (12 lines of code) (raw):

# Copyright (c) 2018-present, Facebook, Inc. name 'fb_fstab' maintainer 'Facebook' maintainer_email 'noreply@facebook.com' license 'Apache-2.0' description 'Installs/Configures mounts and /etc/fstab' 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' depends 'fb_helpers'