justicel / puppet-couchbase

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

when looking for buckets use an exact match #22

Closed giskarda closed 9 years ago

giskarda commented 9 years ago

When couchbase::buckets checks if a defined bucket has to be created make sure that the check condition (current implemetation uses grep(1)) uses an exact match and not allow substring match to trick it.

justicel commented 9 years ago

Looks good, thanks.