From 94d8cd6ac90a4341781e969261562b54c5fe18eb Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 4 Jan 2017 19:00:40 +0100 Subject: modulesync 0.16.7 --- spec/acceptance/nodesets/fedora-24-x64.yml | 15 +++++++++++++++ spec/acceptance/nodesets/fedora-25-x64.yml | 18 ++++++++++++++++++ spec/default_facts.yml | 9 +++++++++ 3 files changed, 42 insertions(+) create mode 100644 spec/acceptance/nodesets/fedora-24-x64.yml create mode 100644 spec/acceptance/nodesets/fedora-25-x64.yml (limited to 'spec') diff --git a/spec/acceptance/nodesets/fedora-24-x64.yml b/spec/acceptance/nodesets/fedora-24-x64.yml new file mode 100644 index 0000000..820b62d --- /dev/null +++ b/spec/acceptance/nodesets/fedora-24-x64.yml @@ -0,0 +1,15 @@ +--- +# This file is managed via modulesync +# https://github.com/voxpupuli/modulesync +# https://github.com/voxpupuli/modulesync_config +HOSTS: + fedora-24-x64: + roles: + - master + platform: fedora-24-x86_64 + box: fedora/24-cloud-base + hypervisor: vagrant +CONFIG: + type: aio +... +# vim: syntax=yaml diff --git a/spec/acceptance/nodesets/fedora-25-x64.yml b/spec/acceptance/nodesets/fedora-25-x64.yml new file mode 100644 index 0000000..c3a3cbf --- /dev/null +++ b/spec/acceptance/nodesets/fedora-25-x64.yml @@ -0,0 +1,18 @@ +--- +# This file is managed via modulesync +# https://github.com/voxpupuli/modulesync +# https://github.com/voxpupuli/modulesync_config +# +# platform is fedora 24 because there is no +# puppet-agent for fedora 25 by 2016-12-30 +HOSTS: + fedora-25-x64: + roles: + - master + platform: fedora-24-x86_64 + box: fedora/25-cloud-base + hypervisor: vagrant +CONFIG: + type: aio +... +# vim: syntax=yaml diff --git a/spec/default_facts.yml b/spec/default_facts.yml index 4f36506..13c4165 100644 --- a/spec/default_facts.yml +++ b/spec/default_facts.yml @@ -1,3 +1,12 @@ +# This file is managed via modulesync +# https://github.com/voxpupuli/modulesync +# https://github.com/voxpupuli/modulesync_config +# +# use default_module_facts.yaml for module specific +# facts. +# +# Hint if using with rspec-puppet-facts ("on_supported_os.each"): +# if a same named fact exists in facterdb it will be overridden. --- concat_basedir: "/tmp" ipaddress: "172.16.254.254" -- cgit v1.2.3