Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicting ID 'configure' #14

Closed
DiogoMarques29 opened this issue Feb 15, 2017 · 4 comments
Closed

Conflicting ID 'configure' #14

DiogoMarques29 opened this issue Feb 15, 2017 · 4 comments

Comments

@DiogoMarques29
Copy link

Hi,
I'm having problems when using multiple sites:
Rendering SLS 'base:wordpress.config' failed: Conflicting ID 'configure'

wordpress:
  cli:
    source: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
    hash:  https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar.sha512
  sites:
    site.A:
      username: userA
      password: passA
      database: siteA
      dbhost: localhost
      dbuser: wordpress
      dbpass: 'passA'
      url: http://site.A
      title: 'Site A'
      email: emailA@gmail.com
    site.B:
      username: userB
      password: passB
      database: siteB
      dbhost: localhost
      dbuser: wordpress
      dbpass: 'passB'
      url: http://site.B
      title: 'Site B'
      email: emailB@gmail.com
  lookup:
    docroot: /var/www/wordpress
@fintanmm
Copy link

Hi @DiogoMarques29,

I have this fixed but I am waiting for PR #13 to be merged. If someone can please review and merge #13. I can start integrating the other changes I have made.

Regards,
Fintan

@aboe76
Copy link
Member

aboe76 commented Feb 15, 2017

@fintanmm merged it.

@fintanmm
Copy link

Cool, thanks @aboe76. I've a couple more PR's on the way. I'll send them on tomorrow.

@DiogoMarques29
Copy link
Author

Works like a charm! tks guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants