Skip to content
Snippets Groups Projects
Commit 682131c8 authored by hahn's avatar hahn
Browse files

add awx as sync target

parent b31a1084
No related branches found
No related tags found
1 merge request!5add awx as sync target
...@@ -123,18 +123,18 @@ switch (php_uname("n")) { ...@@ -123,18 +123,18 @@ switch (php_uname("n")) {
$aConfig['mirrorPackages'] = array( $aConfig['mirrorPackages'] = array(
'puppet' => array( 'puppet' => array(
'type' => 'rsync', 'type' => 'rsync',
'runas' => '', // www-data', // nur fuer commandline 'runas' => '', // www-data, // nur fuer commandline
'target' => 'ladmin@calcium.iml.unibe.ch:/share/imldeployment', 'target' => 'ladmin@calcium.iml.unibe.ch:/share/imldeployment',
), ),
'puppet.one' => array( 'puppet.one' => array(
'type' => 'rsync', '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', 'target' => 'copy-deployment@puppet.one.iml.unibe.ch:/var/shared/imldeployment',
), ),
'awx_prod' => array( 'awx_prod' => array(
'type' => 'rsync', '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', '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