diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb
index d0f78af5b19b3bfe2123219b661c8b39fb087f42..855209a329d1adce63a2f59600c4c55076eefa5c 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;