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

Merge branch 'set-software-se-as-sync-target' into 'master'

add se server

See merge request !6
parents 750b6d73 97da85be
No related branches found
No related tags found
1 merge request!6add se server
Pipeline #227 passed
...@@ -131,10 +131,10 @@ switch (php_uname("n")) { ...@@ -131,10 +131,10 @@ switch (php_uname("n")) {
'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( 'pkg-server' => array(
'type' => 'rsync', 'type' => 'rsync',
'runas' => '', // www-data, // nur fuer commandline 'runas' => '', // www-data, // nur fuer commandline
'target' => 'copy-deployment@awx.sys.iml.unibe.ch:/var/shared/imldeployment', 'target' => 'copy-deployment@software.shared.se.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