Skip to content
Snippets Groups Projects
Commit 27121f79 authored by hahn's avatar hahn
Browse files

add se server

parent dbbcb1ee
No related branches found
No related tags found
1 merge request!6add se server
...@@ -131,6 +131,11 @@ switch (php_uname("n")) { ...@@ -131,6 +131,11 @@ 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',
), ),
'pkg-server' => array(
'type' => 'rsync',
'runas' => '', // www-data, // nur fuer commandline
'target' => 'copy-deployment@software.shared.se.iml.unibe.ch:/var/shared/imldeployment',
),
); );
} }
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment