Issue #11887 has been updated by Daniel Pittman.

Assignee deleted (Daniel Pittman)

----------------------------------------
Bug #11887: Package with different providers should not violate duplicity
https://projects.puppetlabs.com/issues/11887#change-92285

* Author: Hunter Haugen
* Status: Rejected
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* Affected Puppet version: 2.6.13
* Keywords: package, provider
* Branch: 
----------------------------------------
In 2.6.12 this works:

    package { "mysql-gem":
      ensure   => present,
      name     => 'mysql',
      provider => 'gem',
    }
    package { "mysql":
      ensure => present,
    }

In 2.6.13 it gives this error:

    Duplicate definition: Package[mysql] is already defined in file 
/tmp/packages.pp at line 5; cannot redefine at /tmp/packages.pp:8 on node 
training.puppetlabs.lan

This seems like regression


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to