Skip to content
Snippets Groups Projects
Commit 3f3e1027 authored by hahn's avatar hahn
Browse files

ci server - sync-Packages cronjob runs as www-data - no sudo required --> remove runas

parent d2a687e9
No related branches found
No related tags found
No related merge requests found
...@@ -121,12 +121,12 @@ switch (php_uname("n")) { ...@@ -121,12 +121,12 @@ 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',
), ),
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment