From d2da8cdbd0cff7f6e099673a51424dc5e353535c Mon Sep 17 00:00:00 2001 From: Owen Bowers Adams <4291568+walid22eu@users.noreply.github.com> Date: Wed, 8 Jul 2020 04:02:44 +0100 Subject: [PATCH] Add chef to landscape (#86) Addressing part of: https://github.com/cdfoundation/cdf-landscape/issues/84 Adding chef to config management section of the landscape --- hosted_logos/chef.svg | 94 +++++++++++++++++++++++++++++++++++++++++++ landscape.yml | 7 ++++ 2 files changed, 101 insertions(+) create mode 100644 hosted_logos/chef.svg diff --git a/hosted_logos/chef.svg b/hosted_logos/chef.svg new file mode 100644 index 0000000..4ac2667 --- /dev/null +++ b/hosted_logos/chef.svg @@ -0,0 +1,94 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/landscape.yml b/landscape.yml index 02f59d1..b97e6d1 100644 --- a/landscape.yml +++ b/landscape.yml @@ -148,6 +148,13 @@ landscape: logo: ansible.svg twitter: 'https://twitter.com/ansible' crunchbase: 'https://www.crunchbase.com/organization/red-hat' + - item: + name: Chef + homepage_url: 'https://www.chef.io/' + repo_url: 'https://github.com/chef/chef' + logo: chef.svg + twitter: 'https://twitter.com/chef' + crunchbase: 'https://www.crunchbase.com/organization/chef' - item: name: DeployHub homepage_url: 'https://www.deployhub.com/'