Skip to content

Commit

Permalink
apt 1.4.2 causes trouble in Travis, download consistently corrupted
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Sanchez committed Apr 3, 2014
1 parent b814a79 commit 8a744a5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions features/install/forge.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Feature: cli/install/forge
"""
forge "http://forge.puppetlabs.com"
mod 'puppetlabs/apt'
mod 'puppetlabs/ntp'
"""
When I run `librarian-puppet install`
Then the exit status should be 0
And the file "modules/apt/Modulefile" should match /name *'puppetlabs-apt'/
And the file "modules/ntp/Modulefile" should match /name *'puppetlabs-ntp'/
And the file "modules/stdlib/Modulefile" should match /name *'puppetlabs-stdlib'/

@veryveryslow
Expand All @@ -36,6 +36,7 @@ Feature: cli/install/forge
mod 'puppetlabs/apache', '0.4.0'
mod 'puppetlabs/postgresql', '2.0.1'
mod 'puppetlabs/apt', '< 1.4.2' # 1.4.2 causes trouble in travis
"""
When I run `librarian-puppet install`
Then the exit status should be 0
Expand Down Expand Up @@ -65,13 +66,13 @@ Feature: cli/install/forge
"""
forge "http://forge.puppetlabs.com"
mod 'puppetlabs/apt'
mod 'puppetlabs/ntp'
"""
When I run `librarian-puppet install --path puppet/modules`
And I run `librarian-puppet config`
Then the exit status should be 0
And the output from "librarian-puppet config" should contain "path: puppet/modules"
And the file "puppet/modules/apt/Modulefile" should match /name *'puppetlabs-apt'/
And the file "puppet/modules/ntp/Modulefile" should match /name *'puppetlabs-ntp'/
And the file "puppet/modules/stdlib/Modulefile" should match /name *'puppetlabs-stdlib'/

@veryslow
Expand All @@ -81,6 +82,7 @@ Feature: cli/install/forge
forge "http://forge.puppetlabs.com"
mod 'puppetlabs/postgresql', '3.2.0'
mod 'puppetlabs/apt', '< 1.4.2' # 1.4.2 causes trouble in travis
"""
When I run `librarian-puppet install`
Then the exit status should be 0
Expand Down

0 comments on commit 8a744a5

Please sign in to comment.