Skip to content

Commit

Permalink
fix test configurations with galaxy naming, kitchen copy role
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Jan 4, 2017
1 parent 59a883a commit 1015ff1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions get-dependencies.sh
Expand Up @@ -14,6 +14,10 @@ fi
[ ! -d $rolesdir/geerlingguy.apache ] && git clone https://github.com/geerlingguy/ansible-role-apache.git $rolesdir/geerlingguy.apache
#[ ! -d $rolesdir/geerlingguy.mysql ] && git clone https://github.com/geerlingguy/ansible-role-mysql.git $rolesdir/geerlingguy.mysql
#[ ! -d $rolesdir/w3af ] && git clone https://github.com/juju4/ansible-w3af $rolesdir/w3af
## galaxy naming
[ ! -e $rolesdir/juju4.MISP ] && ln -s ansible-MISP $rolesdir/juju4.MISP
## galaxy naming: kitchen fails to transfer symlink folder
#[ ! -e $rolesdir/juju4.MISP ] && ln -s ansible-MISP $rolesdir/juju4.MISP
[ ! -e $rolesdir/juju4.MISP ] && cp -R $rolesdir/ansible-MISP $rolesdir/juju4.MISP

## don't stop build on this script return code
true

2 changes: 1 addition & 1 deletion test/integration/nginx/default.yml
Expand Up @@ -13,5 +13,5 @@
- { u: dupond@admin.test, p: dupond_passphrase. }
roles:
# - geerlingguy.nginx
- MISP
- juju4.MISP

0 comments on commit 1015ff1

Please sign in to comment.