Skip to content

Commit

Permalink
We have to specify requirements for librarian
Browse files Browse the repository at this point in the history
Otherwise librarian-puppet fails to read version. It may vary on
different rubygems version which are used for version parsing however on
ruby 1.8.7 with rubygems 1.8 this is required.
  • Loading branch information
ares committed Jan 16, 2014
1 parent abfdf11 commit 5872f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ summary 'Foreman Smart Proxy configuration'
description 'Module for configuring the Foreman Smart Proxy and other services'
project_page 'http://github.com/theforeman/foreman-installer'

dependency 'puppetlabs/stdlib'
dependency 'puppetlabs/stdlib', '>= 0'
dependency 'theforeman/dns', '>= 1.3.0'
dependency 'theforeman/dhcp', '>= 1.3.0'
dependency 'theforeman/puppet', '>= 1.3.0'
Expand Down

0 comments on commit 5872f57

Please sign in to comment.