diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index d2402d314a945700685d6b9d16af5939bae714bb..c972b90a3bd1af34841bc670e8e923081c296542 100644 --- a/hooks/templates/inc_projects_config.php.erb +++ b/hooks/templates/inc_projects_config.php.erb @@ -131,10 +131,10 @@ switch (php_uname("n")) { 'runas' => '', // www-data, // nur fuer commandline 'target' => 'copy-deployment@puppet.one.iml.unibe.ch:/var/shared/imldeployment', ), - 'awx_prod' => array( + 'pkg-server' => array( 'type' => 'rsync', 'runas' => '', // www-data, // nur fuer commandline - 'target' => 'copy-deployment@awx.sys.iml.unibe.ch:/var/shared/imldeployment', + 'target' => 'copy-deployment@software.shared.se.iml.unibe.ch:/var/shared/imldeployment', ), ); }