Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
47843411
Commit
47843411
authored
Apr 23, 2015
by
Mickaël Canévet
Browse files
Add Puppet 4 to travis matrix
parent
7494cfc9
Changes
5
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
47843411
...
...
@@ -15,6 +15,8 @@ matrix:
env
:
PUPPET_GEM_VERSION="~> 3.0"
-
rvm
:
2.0.0
env
:
PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
-
rvm
:
2.1.0
env
:
PUPPET_GEM_VERSION="~> 4.0"
notifications
:
email
:
false
deploy
:
...
...
spec/acceptance/nodesets/ubuntu-10.04-x86_64-docker.yml
0 → 100644
View file @
47843411
HOSTS
:
ubuntu-1004-x64
:
default_apply_opts
:
strict_variables
:
platform
:
ubuntu-10.04-amd64
hypervisor
:
docker
image
:
ubuntu:10.04
# This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image
:
true
CONFIG
:
type
:
foss
log_level
:
debug
spec/acceptance/nodesets/ubuntu-12.04-x86_64-docker.yml
0 → 100644
View file @
47843411
HOSTS
:
ubuntu-1204-x64
:
default_apply_opts
:
strict_variables
:
platform
:
ubuntu-12.04-amd64
hypervisor
:
docker
image
:
ubuntu:12.04
# This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image
:
true
CONFIG
:
type
:
foss
log_level
:
debug
spec/acceptance/nodesets/ubuntu-14.04-x86_64-docker.yml
0 → 100644
View file @
47843411
HOSTS
:
ubuntu-1404-x64
:
default_apply_opts
:
strict_variables
:
platform
:
ubuntu-14.04-amd64
hypervisor
:
docker
image
:
ubuntu:14.04
# This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image
:
true
CONFIG
:
type
:
foss
log_level
:
debug
spec/acceptance/nodesets/ubuntu-14.04-x86_64-openstack.yml
View file @
47843411
HOSTS
:
ubuntu-14
.
04-x64
:
ubuntu-1404-x64
:
default_apply_opts
:
strict_variables
:
platform
:
ubuntu-14.04-amd64
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment