Skip to content
Snippets Groups Projects

add se server

Merged Hahn Axel (hahn) requested to merge set-software-se-as-sync-target into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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',
),
),
);
);
}
}
Loading