diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index d0f78af5b19b3bfe2123219b661c8b39fb087f42..2b94df36515bf0a71eecdc4e71319081a757d66a 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', ), + 'awx_prod' => array( + 'type' => 'rsync', + 'runas' => '', // www-data', // nur fuer commandline + 'target' => 'copy-deployment@puppet.one.iml.unibe.ch:/var/shared/imldeployment', + ), ); } break;