From 682131c86450039c9cda9da977e66d49364aace8 Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Mon, 29 Mar 2021 14:17:06 +0200 Subject: [PATCH] add awx as sync target --- hooks/templates/inc_projects_config.php.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index 2b94df36..d2402d31 100644 --- a/hooks/templates/inc_projects_config.php.erb +++ b/hooks/templates/inc_projects_config.php.erb @@ -123,18 +123,18 @@ switch (php_uname("n")) { $aConfig['mirrorPackages'] = array( 'puppet' => array( 'type' => 'rsync', - 'runas' => '', // www-data', // nur fuer commandline + 'runas' => '', // www-data, // nur fuer commandline 'target' => 'ladmin@calcium.iml.unibe.ch:/share/imldeployment', ), 'puppet.one' => array( 'type' => 'rsync', - 'runas' => '', // www-data', // nur fuer commandline + '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', + 'runas' => '', // www-data, // nur fuer commandline + 'target' => 'copy-deployment@awx.sys.iml.unibe.ch:/var/shared/imldeployment', ), ); } -- GitLab