librarian-puppet icon indicating copy to clipboard operation
librarian-puppet copied to clipboard

Duplicate entries returns out of sync error

Open arioch opened this issue 13 years ago • 4 comments

It's not a bug but it might save ppl some time debugging if it would just say that a module has been define twice.

$ cat Puppetfile
mod 'stdlib',                                                                    
  :git => 'git://github.com/puppetlabs/puppetlabs-stdlib.git'

mod 'stdlib',                                                                    
  :git => 'git://github.enterprise.com/puppetlabs-stdlib.git'
$ librarian-puppet install
Puppetfile and Puppetfile.lock are out of sync!

arioch avatar Jun 28 '12 11:06 arioch

+1

tylerwalts avatar Aug 11 '13 18:08 tylerwalts

:+1:

ericanderson avatar Nov 03 '13 19:11 ericanderson

still an issue

carlossg avatar Jan 03 '14 16:01 carlossg

:+1: I loosed some time before reach here trying to discover what was the problem.

pauloelr avatar Jan 30 '14 02:01 pauloelr