Skip to content

Commit

Permalink
Test needs to use http://forge.puppetlabs.com in version 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Feb 27, 2015
1 parent d0ec955 commit 881b765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/install.feature
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Feature: cli/install
Scenario: Installing two modules with same name and using exclusions
Given a file named "Puppetfile" with:
"""
forge "https://forgeapi.puppetlabs.com"
forge "http://forge.puppetlabs.com"
mod 'librarian-duplicated_dependencies', :path => '../../features/examples/duplicated_dependencies'
exclusion 'ripienaar-concat'
Expand All @@ -46,7 +46,7 @@ Feature: cli/install
Scenario: Installing two modules with same name and using exclusions, apply transitively
Given a file named "Puppetfile" with:
"""
forge "https://forgeapi.puppetlabs.com"
forge "http://forge.puppetlabs.com"
mod 'librarian-duplicated_dependencies_transitive', :path => '../../features/examples/duplicated_dependencies_transitive'
"""
Expand Down

0 comments on commit 881b765

Please sign in to comment.