Skip to content
Snippets Groups Projects

add awx as sync target

Merged Hahn Axel (hahn) requested to merge task4364-branchname-chars into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -131,6 +131,11 @@ switch (php_uname("n")) {
'runas' => '', // www-data', // nur fuer commandline
'target' => 'copy-deployment@puppet.one.iml.unibe.ch:/var/shared/imldeployment',
),
'awx_prod' => array(
'type' => 'rsync',
'runas' => '', // www-data', // nur fuer commandline
'target' => 'copy-deployment@puppet.one.iml.unibe.ch:/var/shared/imldeployment',
),
);
}
break;
Loading