Skip to content
Snippets Groups Projects

add se server

Merged Hahn Axel (hahn) requested to merge set-software-se-as-sync-target into master
5 files
+ 42
27
Compare changes
  • Side-by-side
  • Inline

Files

@@ -123,12 +123,12 @@ 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',
),
'pkg-server' => array(
Loading