Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-nsswitch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
URI
puppet-nsswitch
Commits
e964b88c
Unverified
Commit
e964b88c
authored
6 years ago
by
Thomas Linkin
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #33 from trevor-vaughan/puppet-6-support
Add Puppet 6 Support
parents
8cc6c14f
e9df44ac
Branches
Branches containing commit
Tags
2.1.1
Tags containing commit
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+43
-14
43 additions, 14 deletions
.gitlab-ci.yml
.ruby-version
+1
-1
1 addition, 1 deletion
.ruby-version
.travis.yml
+4
-3
4 additions, 3 deletions
.travis.yml
appveyor.yml
+8
-0
8 additions, 0 deletions
appveyor.yml
metadata.json
+2
-2
2 additions, 2 deletions
metadata.json
with
58 additions
and
20 deletions
.gitlab-ci.yml
+
43
−
14
View file @
e964b88c
---
stages
:
-
test_2.4.1
-
test_2.5.1
-
test_2.4.5
-
test_2.1.9
before_script
:
...
...
@@ -12,29 +13,57 @@ before_script:
-
bundle -v
-
bundle install --without system_tests
rubocop-2.
4
.1
:
stage
:
test_2.
4
.1
image
:
ruby:2.
4
.1
rubocop-2.
5
.1
:
stage
:
test_2.
5
.1
image
:
ruby:2.
5
.1
script
:
-
bundle exec rake rubocop
syntax-2.
4
.1
:
stage
:
test_2.
4
.1
image
:
ruby:2.
4
.1
syntax-2.
5
.1
:
stage
:
test_2.
5
.1
image
:
ruby:2.
5
.1
script
:
-
bundle exec rake syntax lint
metadata-2.
4
.1
:
stage
:
test_2.
4
.1
image
:
ruby:2.
4
.1
metadata-2.
5
.1
:
stage
:
test_2.
5
.1
image
:
ruby:2.
5
.1
script
:
-
bundle exec rake metadata_lint
rspec-puppet-2.
4
.1
:
stage
:
test_2.
4
.1
image
:
ruby:2.
4
.1
rspec-puppet-2.
5
.1
:
stage
:
test_2.
5
.1
image
:
ruby:2.
5
.1
variables
:
PUPPET_GEM_VERSION
:
~>
4.0
PUPPET_GEM_VERSION
:
~>
6.0
CHECK
:
spec
script
:
-
bundle update
-
bundle exec rake $CHECK
rubocop-2.4.5
:
stage
:
test_2.4.5
image
:
ruby:2.4.5
script
:
-
bundle exec rake rubocop
syntax-2.4.5
:
stage
:
test_2.4.5
image
:
ruby:2.4.5
script
:
-
bundle exec rake syntax lint
metadata-2.4.5
:
stage
:
test_2.4.5
image
:
ruby:2.4.5
script
:
-
bundle exec rake metadata_lint
rspec-puppet-2.4.5
:
stage
:
test_2.4.5
image
:
ruby:2.4.5
variables
:
PUPPET_GEM_VERSION
:
~>
5.0
CHECK
:
spec
script
:
-
bundle update
...
...
This diff is collapsed.
Click to expand it.
.ruby-version
+
1
−
1
View file @
e964b88c
2.
1.2
2.
3
This diff is collapsed.
Click to expand it.
.travis.yml
+
4
−
3
View file @
e964b88c
---
sudo
:
false
dist
:
trusty
language
:
ruby
cache
:
bundler
before_install
:
-
bundle -v
-
rm Gemfile.lock ||
true
-
gem update --system
-
gem update bundler
-
gem --version
-
bundle -v
...
...
@@ -14,7 +12,7 @@ script:
-
'
bundle
exec
rake
$CHECK'
bundler_args
:
--without system_tests
rvm
:
-
2.4.
1
-
2.4.
5
env
:
-
PUPPET_GEM_VERSION="~> 5.0" CHECK=spec
matrix
:
...
...
@@ -31,6 +29,9 @@ matrix:
-
env
:
PUPPET_GEM_VERSION="~> 4.0" CHECK=spec
rvm
:
2.1.9
-
env
:
PUPPET_GEM_VERSION="~> 6.0" CHECK=spec
rvm
:
2.5.1
branches
:
only
:
-
master
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
8
−
0
View file @
e964b88c
...
...
@@ -35,6 +35,14 @@ environment:
PUPPET_GEM_VERSION
:
~>
5.0
RUBY_VERSION
:
24-x64
CHECK
:
spec
-
PUPPET_GEM_VERSION
:
~>
6.0
RUBY_VERSION
:
25
CHECK
:
spec
-
PUPPET_GEM_VERSION
:
~>
6.0
RUBY_VERSION
:
25-x64
CHECK
:
spec
matrix
:
fast_finish
:
true
install
:
...
...
This diff is collapsed.
Click to expand it.
metadata.json
+
2
−
2
View file @
e964b88c
{
"name"
:
"trlinkin-nsswitch"
,
"version"
:
"2.1.
0
"
,
"version"
:
"2.1.
1
"
,
"author"
:
"Thomas Linkin"
,
"summary"
:
"Module for managing nsswitch.conf"
,
"license"
:
"Apache-2.0"
,
...
...
@@ -129,7 +129,7 @@
"requirements"
:
[
{
"name"
:
"puppet"
,
"version_requirement"
:
">= 4.0.0 <
6
.0.0"
"version_requirement"
:
">= 4.0.0 <
7
.0.0"
}
],
"tags"
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment