forked from redhat-openstack/openstack-puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update vcsrepo to b02a409d141e70b93fe39df84ec3217cbb60ec0f
b02a409d141e70b93fe39df84ec3217cbb60ec0f Merge pull request redhat-openstack#241 from tykeal/master 126a2bde0ba826d334df04725c062a286e354105 Merge pull request redhat-openstack#237 from cmurphy/rspec-puppet-2 7aab800dff04c485308edd906ce234e83ffb154e Merge pull request redhat-openstack#224 from puppet-by-examples/single-branch a618f2be009b44df5fe91a1d6863bb55bc50020f Clean up puppet lint warnings 7dc0025a0c8f3ddea12bf642a69a62e22daef071 Update .travis.yml 6ec1fc6a118579c4983aecf5275dbfdd00f59392 Keep testing on puppet 2.7 1089bf192413a9b6f64d1087cc623d6532477337 Unpin rspec-puppet and remove unneeded deps 28f8646e4669bacf7a87ffc8694715333355cd32 Use branch parameter Change-Id: Ib4628208b5e8530c42270a18448124f8efebbad9
- Loading branch information
Showing
10 changed files
with
43 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,28 @@ | ||
--- | ||
sudo: false | ||
language: ruby | ||
bundler_args: --without system_tests | ||
script: "bundle exec rake spec SPEC_OPTS='--format documentation'" | ||
matrix: | ||
fast_finish: true | ||
include: | ||
- rvm: 1.9.3 | ||
env: PUPPET_GEM_VERSION="~> 3.4.0" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" | ||
env: PUPPET_GEM_VERSION="~> 3.0" | ||
- rvm: 1.9.3 | ||
env: PUPPET_GEM_VERSION="~> 3.0" | ||
- rvm: 2.0.0 | ||
- rvm: 1.9.3 | ||
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes" | ||
- rvm: 2.1.5 | ||
env: PUPPET_GEM_VERSION="~> 3.0" | ||
- rvm: 2.1.5 | ||
env: PUPPET_GEM_VERSION="~> 3.4.0" | ||
- rvm: 2.1.5 | ||
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" | ||
notifications: | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
vcsrepo { '/tmp/vcstest/p4_client_root': | ||
ensure => present, | ||
provider => 'p4', | ||
ensure => present, | ||
provider => 'p4', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
vcsrepo { '/tmp/vcstest/p4_client_root': | ||
ensure => absent, | ||
provider => 'p4', | ||
ensure => absent, | ||
provider => 'p4', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
vcsrepo { '/tmp/vcstest/p4_client_root': | ||
ensure => latest, | ||
provider => 'p4', | ||
source => '//depot/...', | ||
ensure => latest, | ||
provider => 'p4', | ||
source => '//depot/...', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
vcsrepo { '/tmp/vcstest/p4_client_root': | ||
ensure => present, | ||
provider => 'p4', | ||
source => '//depot/...', | ||
revision => '30', | ||
ensure => present, | ||
provider => 'p4', | ||
source => '//depot/...', | ||
revision => '30', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters