]> git.openstreetmap.org Git - chef.git/commitdiff
Give up on allowing shared access to APT repository
authorTom Hughes <tom@compton.nu>
Tue, 6 Aug 2024 17:46:38 +0000 (18:46 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 6 Aug 2024 17:46:38 +0000 (18:46 +0100)
cookbooks/apt/recipes/repository.rb
roles/apt.rb

index 2af2a055ab1337f50dd9c36941307ffcd3568f86..d41a05bb709fa096baee324b7327a60cdbd94a3a 100644 (file)
@@ -38,7 +38,7 @@ end
 directory "/srv/apt.openstreetmap.org" do
   owner "apt"
   group "apt"
-  mode "2775"
+  mode "755"
 end
 
 execute "apt-generate-key" do
index d0fec39dd4549453a3738536c50119b70516669c..f6e3c24bfa7a331f9ad84fea08848441a288c20c 100644 (file)
@@ -5,10 +5,7 @@ default_attributes(
   :accounts => {
     :users => {
       :apt => {
-        :status => :role,
-        :members => [
-          :tomh, :grant
-        ]
+        :status => :role
       }
     }
   }