prosody: posix_acl is fighting with the prosody module about proper modes; remove...
authorPeter Palfrader <peter@palfrader.org>
Tue, 29 Oct 2019 15:13:14 +0000 (16:13 +0100)
committerPeter Palfrader <peter@palfrader.org>
Tue, 29 Oct 2019 15:13:14 +0000 (16:13 +0100)
modules/profile/manifests/prosody.pp

index ecfb39b..841f74f 100644 (file)
@@ -46,33 +46,4 @@ class profile::prosody {
         }
       }
   }
-
-  posix_acl { '/etc/prosody/prosody.cfg.lua':
-    action     => exact,
-    recursive  => false,
-    provider   => posixacl,
-    permission => [
-      'user::rw',
-      'group::r',
-      'group:debvoip:rw',
-      'group:prosody:r',
-      'mask::r',
-      'other::',
-    ],
-  }
-
-  posix_acl { '/etc/prosody/conf.avail/debian.org.cfg.lua':
-    action     => exact,
-    recursive  => false,
-    provider   => posixacl,
-    permission => [
-      'user::rw',
-      'group::r',
-      'group:debvoip:rw',
-      'group:prosody:r',
-      'mask::r',
-      'other::',
-    ],
-  }
-
 }