From: Tom Hughes Date: Mon, 7 Oct 2019 19:41:32 +0000 (+0100) Subject: Fix new cookstyle warnings X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c560709251e1018e020fe4bd839b8af1307b649c?hp=1b90cbb3d2553bf548a7dd610c7bc182060012fa Fix new cookstyle warnings --- diff --git a/cookbooks/apt/metadata.rb b/cookbooks/apt/metadata.rb index c53fe7841..ace54bdbb 100644 --- a/cookbooks/apt/metadata.rb +++ b/cookbooks/apt/metadata.rb @@ -7,4 +7,3 @@ description "Installs/Configures apt" version "0.1" supports "debian" supports "ubuntu" -recipe "apt", "Installs and configures apt" diff --git a/cookbooks/networking/metadata.rb b/cookbooks/networking/metadata.rb index 31835cfca..3d2944c15 100644 --- a/cookbooks/networking/metadata.rb +++ b/cookbooks/networking/metadata.rb @@ -5,5 +5,5 @@ license "Apache-2.0" description "Configures networking" version "1.0.0" -recipe "networking", "Configures networking via attributes" + supports "ubuntu" diff --git a/cookbooks/openssh/metadata.rb b/cookbooks/openssh/metadata.rb index 37cda7e7c..fa6c9f34e 100644 --- a/cookbooks/openssh/metadata.rb +++ b/cookbooks/openssh/metadata.rb @@ -4,6 +4,6 @@ maintainer_email "admins@openstreetmap.org" license "Apache-2.0" description "Installs and configures openssh" version "1.0.0" -recipe "openssh", "Installs and configures openssh" + supports "ubuntu" depends "networking"