Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Petrychenko committed Nov 14, 2014
1 parent 11ced9c commit a76065e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ wp_debug: false
vars:
wp_version: 4.0
wp_db_name: 'database_name_here'
wp_db_user: 'username_here'
wp_db_password: 'password_here'
wp_db_host: 'localhost'
wp_db_user: 'username_here'
wp_db_password: 'password_here'
wp_db_host: 'localhost'
roles:
- darthwade.wordpress
- darthwade.wordpress
```
## Testing
Expand Down
8 changes: 4 additions & 4 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vars:
wp_version: 4.0
wp_db_name: 'database_name_here'
wp_db_user: 'username_here'
wp_db_password: 'password_here'
wp_db_host: 'localhost'
wp_db_user: 'username_here'
wp_db_password: 'password_here'
wp_db_host: 'localhost'
roles:
- darthwade.wordpress
- darthwade.wordpress

0 comments on commit a76065e

Please sign in to comment.