example42 / puppet-firewall

Example42 Firewall abstraction meta-module
http://www.example42.com
Other
3 stars 11 forks source link

Could not resolve the dependencies. #6

Closed luishdez closed 11 years ago

luishdez commented 11 years ago

It looks that the dependencies can't be resolved even if you use this module alone

Puppetfile

forge "http://forge.puppetlabs.com"

mod "firewall",
  :git => "git://github.com/example42/puppet-firwall.git"
librarian-puppet install
Could not resolve the dependencies.
alvagante commented 11 years ago

typo, should be :git => "git://github.com/example42/puppet-firewall.git" not :git => "git://github.com/example42/puppet-firwall.git"

luishdez commented 11 years ago

Sorry was a typo in the issue not in the file, a wrong URL don't shows problems with dependencies.

$ cat Puppetfile
forge "http://forge.puppetlabs.com"

mod "firewall",
  :git => "git://github.com/example42/puppet-firewall.git"
work at imac-work in ~/Desktop/test2
$ librarian-puppet install
Could not resolve the dependencies.

You close the ticket without confirm too fast, Now I think you won't get notifications so I'm gonna open a new issue.