From 68e8f63182768eef96eb98541be46cac8b8fd851 Mon Sep 17 00:00:00 2001 From: John-Paul Robinson <jpr@uab.edu> Date: Thu, 21 Aug 2014 15:55:46 -0500 Subject: [PATCH] Remove galaxy user from the nossh group to allow git pushes This change removes the galaxy user from the nossh group to avoid this problem until the proper fix is found. https://projects.uabgrid.uab.edu/galaxy/ticket/318 --- manifests/cheaha_users.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/cheaha_users.pp b/manifests/cheaha_users.pp index fa757cb..8794818 100644 --- a/manifests/cheaha_users.pp +++ b/manifests/cheaha_users.pp @@ -12,7 +12,7 @@ # class users::cheaha_users inherits users::virtual_users { - User["galaxy"] { groups +> ["nossh", "galaxy-admin", "galaxy-users"] } + User["galaxy"] { groups => ["galaxy-admin", "galaxy-users"] } User["pavgi"] { groups +> ["dspace", "galaxy-admin", "galaxy-users"] } User["mbolding"] { groups +> ["dspace", "galaxy-users"] } User["curtish"] { groups +> ["galaxy-admin", "galaxy-users", "ngs-ccts", "ccts"] } -- GitLab