summaryrefslogtreecommitdiff
path: root/parabola-hackers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'parabola-hackers.yml')
-rw-r--r--parabola-hackers.yml45
1 files changed, 45 insertions, 0 deletions
diff --git a/parabola-hackers.yml b/parabola-hackers.yml
new file mode 100644
index 0000000..04c5992
--- /dev/null
+++ b/parabola-hackers.yml
@@ -0,0 +1,45 @@
+---
+# Where to look for "${uid}.yml" files
+yamldir: "/var/lib/hackers-git/users"
+
+# Which groups imply membership in other groups (since UNIX groups
+# can't be nested). Only one level of nesting is supported ATM.
+#
+# That is, if you are in the 'hackers' group, you are also in the
+# 'repo' and 'git' groups, even if they aren't listed.
+groupgroups:
+ hackers:
+ - repo
+ - http
+ - git
+ - bzr
+ - ssh
+ - wheel
+ - log
+ - systemd-journal
+ - email
+ - keyring-trusted
+ fellows:
+ - email
+ trustedusers:
+ - keyring-secondary
+ bots:
+ - keyring-trusted
+
+# Groups that are system users that can be ssh'ed into.
+#
+# So, if 'lukeshu' is in the 'repo' group, he can ssh to
+# 'repo'@hostname.
+ssh_pseudo_users:
+- repo
+- http
+- git
+- bzr
+
+# The message, if any, that is presented to the user when password
+# modification through PAM is prohibited.
+pam_password_prohibit_message: ''
+
+# Where to keep files that can be cached between versions when making
+# the pacman keyring.
+keyring_cachedir: "/var/cache/parabola-hackers"