From 267ec8795fafa6a982b233799b4f7e7a970e432f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Jun 2016 15:59:05 -0400 Subject: mv hackers-git.yml parabola-hackers.yml --- bin/common.rb | 2 +- hackers-git.yml | 40 ---------------------------------------- parabola-hackers.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 hackers-git.yml create mode 100644 parabola-hackers.yml diff --git a/bin/common.rb b/bin/common.rb index 4380340..91e14be 100644 --- a/bin/common.rb +++ b/bin/common.rb @@ -1,7 +1,7 @@ require 'yaml' def cfg - @cfg ||= YAML::load(open("hackers-git.yml")) + @cfg ||= YAML::load(open("parabola-hackers.yml")) end def load_user_yaml(filename) diff --git a/hackers-git.yml b/hackers-git.yml deleted file mode 100644 index 4aa18b6..0000000 --- a/hackers-git.yml +++ /dev/null @@ -1,40 +0,0 @@ ---- -# Where to look for "${uid}.yml" files -#yamldir: "/var/lib/hackers-git" -yamldir: "users" - -# 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/hackers-git" -keyring_cachedir: "cache" - -# 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 - - git - - ssh - - 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 -- git diff --git a/parabola-hackers.yml b/parabola-hackers.yml new file mode 100644 index 0000000..794615a --- /dev/null +++ b/parabola-hackers.yml @@ -0,0 +1,40 @@ +--- +# Where to look for "${uid}.yml" files +#yamldir: "/var/lib/hackers-git" +yamldir: "users" + +# 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" +keyring_cachedir: "cache" + +# 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 + - git + - ssh + - 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 +- git -- cgit v1.2.2