Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Oct 19, 2018
1 parent 9d55390 commit 49b19e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions t/scenarios/lmd_federation_e2e/README
Expand Up @@ -5,8 +5,8 @@ this scenario tests federation with lmd or http. The topology looks like:
thruk
├── demo
├── demo2 (connects to LMD)
├── demo3
└── demo4
├── demo3
└── demo4
└── demo5 (normal http backend)
├── demo6
└── demo7
6 changes: 3 additions & 3 deletions t/scenarios/lmd_federation_e2e/omd/playbook.yml
Expand Up @@ -75,9 +75,9 @@
mode: 0600
owner: demo5
group: demo5
- shell: sudo su - demo5 -c "cpanm -n File::ChangeNotify"
- shell: sudo su - demo5 -c "cd ~/local/share && git clone git://github.com/sni/omd_utils.git"
- shell: sudo su - demo5 -c "yes | ~/local/share/omd_utils/thruk_developer/install.sh /thruk"
#- shell: sudo su - demo5 -c "cpanm -n File::ChangeNotify"
#- shell: sudo su - demo5 -c "cd ~/local/share && git clone git://github.com/sni/omd_utils.git"
#- shell: sudo su - demo5 -c "yes | ~/local/share/omd_utils/thruk_developer/install.sh /thruk"


# demo 6 site
Expand Down

0 comments on commit 49b19e7

Please sign in to comment.