From 27121f79af55fc25c4890d7ff4348f025222c73b Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Wed, 14 Apr 2021 17:08:16 +0200 Subject: [PATCH] add se server --- hooks/templates/inc_projects_config.php.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index d0f78af5..855209a3 100644 --- a/hooks/templates/inc_projects_config.php.erb +++ b/hooks/templates/inc_projects_config.php.erb @@ -131,6 +131,11 @@ switch (php_uname("n")) { 'runas' => '', // www-data', // nur fuer commandline 'target' => 'copy-deployment@puppet.one.iml.unibe.ch:/var/shared/imldeployment', ), + 'pkg-server' => array( + 'type' => 'rsync', + 'runas' => '', // www-data, // nur fuer commandline + 'target' => 'copy-deployment@software.shared.se.iml.unibe.ch:/var/shared/imldeployment', + ), ); } break; -- GitLab