hunner/puppet-wordpress

Multiple sites failed

Closed this issue · 1 comments

Hello,

I'm trying to put two wordpress on the same node, but I have problems with a redeclaration:
Error 400 on SERVER: Duplicate declaration: Class[Wordpress] is already declared in file

I'm just starting with puppet and I don't know if is a module problem or I can't find the correct configuration.

Is the module can be used it to more than one site?

Thank you

Essentially the 3 classes in the module would have to be refactored into being defined resources, then it should work. So it's a module "problem" that isn't hard to fix, but I haven't tried yet.