]> git.openstreetmap.org Git - chef.git/commitdiff
Fix new cookstyle warnings
authorTom Hughes <tom@compton.nu>
Mon, 7 Oct 2019 19:41:32 +0000 (20:41 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 7 Oct 2019 19:41:32 +0000 (20:41 +0100)
cookbooks/apt/metadata.rb
cookbooks/networking/metadata.rb
cookbooks/openssh/metadata.rb

index c53fe78417afa4994311853db1cd9d0ca561411c..ace54bdbb9ea8e8c4bf16fbf0771664823bdf652 100644 (file)
@@ -7,4 +7,3 @@ description      "Installs/Configures apt"
 version          "0.1"
 supports         "debian"
 supports         "ubuntu"
 version          "0.1"
 supports         "debian"
 supports         "ubuntu"
-recipe           "apt", "Installs and configures apt"
index 31835cfca8b505ea5e30de7b6dfd00eb89e77885..3d2944c1555e8fe0bad7da8125dbcba30cebf282 100644 (file)
@@ -5,5 +5,5 @@ license           "Apache-2.0"
 description       "Configures networking"
 
 version           "1.0.0"
 description       "Configures networking"
 
 version           "1.0.0"
-recipe            "networking", "Configures networking via attributes"
+
 supports          "ubuntu"
 supports          "ubuntu"
index 37cda7e7c8ae7fd8439d123e7b103c0de7f21fc9..fa6c9f34ed9b93ec5a9cf80f277206f7f12490f6 100644 (file)
@@ -4,6 +4,6 @@ maintainer_email  "admins@openstreetmap.org"
 license           "Apache-2.0"
 description       "Installs and configures openssh"
 version           "1.0.0"
 license           "Apache-2.0"
 description       "Installs and configures openssh"
 version           "1.0.0"
-recipe            "openssh", "Installs and configures openssh"
+
 supports          "ubuntu"
 depends           "networking"
 supports          "ubuntu"
 depends           "networking"