justicel / puppet-couchbase

Puppet couchbase module for auto-scaling of couchbase with puppet
9 stars 30 forks source link

When creating buckets if bucket B name is a substring of bucket A only bucket A will be created or vice versa #21

Closed giskarda closed 9 years ago

giskarda commented 9 years ago

Hi, when we define buckets like: couchbase::bucket { 'make-love': .... }

couchbase::bucket { 'make-love-not-war': ....
}

Only one of the two will be created.

giskarda commented 9 years ago

Fix might look like: https://github.com/justicel/puppet-couchbase/pull/22