Skip to content
GitLab
Menu
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
b1a55017
Unverified
Commit
b1a55017
authored
Aug 09, 2017
by
Raphaël Pinson
Browse files
Modulesync
parent
8d4b32ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
b1a55017
...
...
@@ -15,8 +15,8 @@ matrix:
include
:
-
rvm
:
2.1.9
env
:
PUPPET_GEM_VERSION="~> 4.0"
-
rvm
:
2.
3
.1
env
:
PUPPET_GEM_VERSION="~>
4
"
-
rvm
:
2.
4
.1
env
:
PUPPET_GEM_VERSION="~>
5.0
"
-
rvm
:
default
sudo
:
required
dist
:
trusty
...
...
spec/acceptance/nodesets/centos-5.yml
View file @
b1a55017
...
...
@@ -5,7 +5,7 @@ HOSTS:
strict_variables
:
platform
:
el-5-x86_64
hypervisor
:
docker
image
:
tianon
/centos:5
.10
image
:
camptocamp
/centos:5
docker_preserve_image
:
true
docker_cmd
:
'
["/sbin/init"]'
docker_image_commands
:
...
...
spec/acceptance/nodesets/debian-9.yml
0 → 100644
View file @
b1a55017
HOSTS
:
debian-9-x64
:
default_apply_opts
:
order
:
random
strict_variables
:
platform
:
debian-9-amd64
hypervisor
:
docker
image
:
debian:9
docker_preserve_image
:
true
docker_cmd
:
'
["/sbin/init"]'
docker_image_commands
:
-
'
apt-get
install
-y
cron
locales-all
net-tools
systemd-sysv
wget'
CONFIG
:
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/ubuntu-16.04.yml
View file @
b1a55017
...
...
@@ -9,7 +9,7 @@ HOSTS:
docker_preserve_image
:
true
docker_cmd
:
'
["/sbin/init"]'
docker_image_commands
:
-
'
apt-get
install
-y
net-tools
wget'
-
'
apt-get
install
-y
net-tools
wget
locales
'
-
'
locale-gen
en_US.UTF-8'
CONFIG
:
type
:
aio
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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