Skip to content
Snippets Groups Projects
Commit 750b6d73 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'task4364-branchname-chars' into 'master'

add awx as sync target

See merge request !5
parents 68cf2abd 682131c8
No related branches found
No related tags found
1 merge request!5add awx as sync target
Pipeline #223 passed
......@@ -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',
),
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment