Skip to content
Snippets Groups Projects

add awx as sync target

Merged Hahn Axel (hahn) requested to merge task4364-branchname-chars into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -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',
),
);
}
Loading