Skip to content
Snippets Groups Projects
Commit 68cf2abd authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'task4364-branchname-chars' into 'master'

add awx as sync target

See merge request !4
parents b9afde89 b31a1084
No related branches found
No related tags found
1 merge request!4add awx as sync target
Pipeline #222 passed
...@@ -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',
), ),
'awx_prod' => array(
'type' => 'rsync',
'runas' => '', // www-data', // nur fuer commandline
'target' => 'copy-deployment@puppet.one.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