blob: 02deb83af2af0490d9cde23a775266fbfb119443 [file] [log] [blame]
Filip Pytloun3893a6b2016-07-11 15:49:40 +02001# vim: ft=yaml
2---
3driver:
4 name: vagrant
5 customize:
6 memory: 512
7 vm_hostname: logrotate.ci.local
8
9provisioner:
10 name: salt_solo
11 # As of 2016/06 http://bootstrap.saltstack.org do not handle ubuntu 16.04. and fails in docker container
12 # salt_bootstrap_url: https://bootstrap.saltstack.org
13 salt_bootstrap_url: https://raw.githubusercontent.com/epcim/salt-bootstrap/add-apt-transport-https-ubuntu/bootstrap-salt.sh
14 salt_install: bootstrap
15 salt_version: latest
16 formula: logrotate
17 log_level: info
18 state_top:
19 base:
20 "*":
21 - logrotate
22 pillars:
23 top.sls:
24 base:
25 "*":
26 - logrotate
27 logrotate.sls:
28 server:
29 ssl:
30 enabled: false
31
32platforms:
33 - name: bento/ubuntu-14.04
34 - name: bento/ubuntu-16.04
35 - name: bento/centos-7
36
37suites:
38 - name: server
39 provisioner:
40 pillars-from-files:
41 logrotate.sls: tests/pillar/server.sls