Skip to content

Commit 8a744a5

Browse files
author
Carlos Sanchez
committed
apt 1.4.2 causes trouble in Travis, download consistently corrupted
1 parent b814a79 commit 8a744a5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

features/install/forge.feature

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Feature: cli/install/forge
77
"""
88
forge "http://forge.puppetlabs.com"
99
10-
mod 'puppetlabs/apt'
10+
mod 'puppetlabs/ntp'
1111
"""
1212
When I run `librarian-puppet install`
1313
Then the exit status should be 0
14-
And the file "modules/apt/Modulefile" should match /name *'puppetlabs-apt'/
14+
And the file "modules/ntp/Modulefile" should match /name *'puppetlabs-ntp'/
1515
And the file "modules/stdlib/Modulefile" should match /name *'puppetlabs-stdlib'/
1616

1717
@veryveryslow
@@ -36,6 +36,7 @@ Feature: cli/install/forge
3636
3737
mod 'puppetlabs/apache', '0.4.0'
3838
mod 'puppetlabs/postgresql', '2.0.1'
39+
mod 'puppetlabs/apt', '< 1.4.2' # 1.4.2 causes trouble in travis
3940
"""
4041
When I run `librarian-puppet install`
4142
Then the exit status should be 0
@@ -65,13 +66,13 @@ Feature: cli/install/forge
6566
"""
6667
forge "http://forge.puppetlabs.com"
6768
68-
mod 'puppetlabs/apt'
69+
mod 'puppetlabs/ntp'
6970
"""
7071
When I run `librarian-puppet install --path puppet/modules`
7172
And I run `librarian-puppet config`
7273
Then the exit status should be 0
7374
And the output from "librarian-puppet config" should contain "path: puppet/modules"
74-
And the file "puppet/modules/apt/Modulefile" should match /name *'puppetlabs-apt'/
75+
And the file "puppet/modules/ntp/Modulefile" should match /name *'puppetlabs-ntp'/
7576
And the file "puppet/modules/stdlib/Modulefile" should match /name *'puppetlabs-stdlib'/
7677

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

0 commit comments

Comments
 (0)