hunner/puppet-wordpress

Having multiple wordpress instances on same node

Closed this issue · 6 comments

Change classes as defined types so we can have multiple wordpress instances on same node

That would be great :)

I'm not sure if "me too" is bad form or not... but yes, agreed, I just came upon this, hoping to manage multiple instances (mainly due to multisite still being not 100%, and managing half of my instances using Debian's symlink-broken way.)

I forked the project and added the ability to have multiple wordpress instances on a single node:

https://github.com/mikegleasonjr/puppet-wordpress

It's on the forge also:

http://forge.puppetlabs.com/mikegleasonjr/wordpress

Nice one -- will give it a look.

No doco update there though? And any thoughts on a merge from @hunner?

Only the usage examples have been updated for now if you look closely!

About the merge, this is a breaking change so I doubt it for now, unless I could provide backwards compatibility, which is possible...

RIght, very nice, and super subtle -- perhaps a bit more of a blurb for
that might help; or perhaps just wait for the merge ;)

On 17/02/2014 2:14 AM, Mike Gleason jr Couturier wrote:

Only the usage examples have been updated for now if you look closely!


Reply to this email directly or view it on GitHub
#29 (comment).

mc0e commented

+1 for this request. Make it a defined type.

While it's possible to have multiple wordpress sites in one wordpress installation, I'm sooner or later going to want to prepare and test sites under a later version of wordpress, (in readiness for an upgrade) while still running the old version of WP, and I'd like not to need an extra server to have the two wordpress installations running at once.