prosody: posix_acl is fighting with the prosody module about proper modes; remove...
[mirror/dsa-puppet.git] / 3rdparty / modules / posix_acl / spec / acceptance / nodesets / ec2 / rhel-73-x64.yml
1 ---
2 # This file is managed via modulesync
3 # https://github.com/voxpupuli/modulesync
4 # https://github.com/voxpupuli/modulesync_config
5 #
6 # Additional ~/.fog config file with AWS EC2 credentials
7 # required.
8 #
9 # see: https://github.com/puppetlabs/beaker/blob/master/docs/how_to/hypervisors/ec2.md
10 #
11 HOSTS:
12   rhel-73-x64:
13     roles:
14       - master
15     platform: el-7-x86_64
16     hypervisor: ec2
17     # refers to image_tempaltes.yaml AMI[vmname] entry:
18     vmname: rhel-73-eu-central-1
19     # refers to image_tempaltes.yaml entry inside AMI[vmname][:image]:
20     snapshot: aio
21     # t2.micro is free tier eligible (https://aws.amazon.com/en/free/):
22     amisize: t2.micro
23     # required so that beaker sanitizes sshd_config and root authorized_keys:
24     user: ec2-user
25 CONFIG:
26   type: aio
27   :ec2_yaml: spec/acceptance/nodesets/ec2/image_templates.yaml
28 ...
29 # vim: syntax=yaml