]> git.openstreetmap.org Git - chef.git/commitdiff
Disable sudo for the verifier
authorTom Hughes <tom@compton.nu>
Tue, 18 Feb 2020 13:40:52 +0000 (13:40 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 18 Feb 2020 16:08:29 +0000 (16:08 +0000)
As recommended by the kitchen-dokken instructions

.kitchen.yml

index 879ca82af42788bd935116fbc4db92de9ef334f4..38b9c7f890ba176e62696fc82e046dda9ea19ed6 100644 (file)
@@ -12,6 +12,7 @@ provisioner:
 
 verifier:
   root_path: /opt/verifier
 
 verifier:
   root_path: /opt/verifier
+  sudo: false
 
 platforms:
   - name: ubuntu-18.04
 
 platforms:
   - name: ubuntu-18.04