From 735c3f43d1cba180577c50e0042c4e30297ae0bd Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 11 Mar 2017 01:24:14 +0100 Subject: [PATCH] modulesync 0.20.1 --- .msync.yml | 2 +- Rakefile | 2 +- spec/acceptance/nodesets/docker/centos-7.yml | 1 + spec/acceptance/nodesets/docker/debian-8.yml | 1 + spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml | 2 +- spec/acceptance/nodesets/ec2/image_templates.yaml | 2 +- spec/acceptance/nodesets/ec2/rhel-73-x64.yml | 2 +- spec/acceptance/nodesets/ec2/sles-12sp2-x64.yml | 2 +- spec/acceptance/nodesets/ec2/ubuntu-1604-x64.yml | 2 +- spec/acceptance/nodesets/ec2/windows-2016-base-x64.yml | 2 +- 10 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.msync.yml b/.msync.yml index d03e5700..a8e6a4ee 100644 --- a/.msync.yml +++ b/.msync.yml @@ -1 +1 @@ -modulesync_config_version: '0.20.0' +modulesync_config_version: '0.20.1' diff --git a/Rakefile b/Rakefile index 2def02fa..82c89608 100644 --- a/Rakefile +++ b/Rakefile @@ -35,7 +35,7 @@ begin require 'github_changelog_generator/task' GitHubChangelogGenerator::RakeTask.new :changelog do |config| version = (Blacksmith::Modulefile.new).version - config.future_release = "#{version}" + config.future_release = "v#{version}" config.header = "# Change log\n\nAll notable changes to this project will be documented in this file.\nEach new release typically also includes the latest modulesync defaults.\nThese should not impact the functionality of the module." config.exclude_labels = %w{duplicate question invalid wontfix modulesync} end diff --git a/spec/acceptance/nodesets/docker/centos-7.yml b/spec/acceptance/nodesets/docker/centos-7.yml index 85e9d63c..41e924b5 100644 --- a/spec/acceptance/nodesets/docker/centos-7.yml +++ b/spec/acceptance/nodesets/docker/centos-7.yml @@ -11,6 +11,7 @@ HOSTS: docker_cmd: '["/usr/sbin/init"]' docker_image_commands: - 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which ss' + - 'systemctl mask getty@tty1.service' CONFIG: trace_limit: 200 masterless: true diff --git a/spec/acceptance/nodesets/docker/debian-8.yml b/spec/acceptance/nodesets/docker/debian-8.yml index 500bee52..7a1f35c3 100644 --- a/spec/acceptance/nodesets/docker/debian-8.yml +++ b/spec/acceptance/nodesets/docker/debian-8.yml @@ -13,6 +13,7 @@ HOSTS: - 'echo deb http://ftp.debian.org/debian jessie-backports main >> /etc/apt/sources.list' - 'apt-get update && apt-get install -y cron locales-all net-tools wget' - 'rm -f /usr/sbin/policy-rc.d' + - 'systemctl mask getty@tty1.service getty-static.service' CONFIG: trace_limit: 200 masterless: true diff --git a/spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml b/spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml index 3f064f0a..19dd43ed 100644 --- a/spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml +++ b/spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml @@ -2,7 +2,7 @@ # This file is managed via modulesync # https://github.com/voxpupuli/modulesync # https://github.com/voxpupuli/modulesync_config -# +# # Additional ~/.fog config file with AWS EC2 credentials # required. # diff --git a/spec/acceptance/nodesets/ec2/image_templates.yaml b/spec/acceptance/nodesets/ec2/image_templates.yaml index 9a277d81..e50593ee 100644 --- a/spec/acceptance/nodesets/ec2/image_templates.yaml +++ b/spec/acceptance/nodesets/ec2/image_templates.yaml @@ -7,7 +7,7 @@ # Hint: image IDs (ami-*) for the same image are different per location. # AMI: - # Amazon Linux AMI 2016.09.1 (HVM), SSD Volume Type + # Amazon Linux AMI 2016.09.1 (HVM), SSD Volume Type amazonlinux-2016091-eu-central-1: :image: :aio: ami-af0fc0c0 diff --git a/spec/acceptance/nodesets/ec2/rhel-73-x64.yml b/spec/acceptance/nodesets/ec2/rhel-73-x64.yml index cd0521e7..7fac8236 100644 --- a/spec/acceptance/nodesets/ec2/rhel-73-x64.yml +++ b/spec/acceptance/nodesets/ec2/rhel-73-x64.yml @@ -2,7 +2,7 @@ # This file is managed via modulesync # https://github.com/voxpupuli/modulesync # https://github.com/voxpupuli/modulesync_config -# +# # Additional ~/.fog config file with AWS EC2 credentials # required. # diff --git a/spec/acceptance/nodesets/ec2/sles-12sp2-x64.yml b/spec/acceptance/nodesets/ec2/sles-12sp2-x64.yml index a14bea6c..8542154d 100644 --- a/spec/acceptance/nodesets/ec2/sles-12sp2-x64.yml +++ b/spec/acceptance/nodesets/ec2/sles-12sp2-x64.yml @@ -2,7 +2,7 @@ # This file is managed via modulesync # https://github.com/voxpupuli/modulesync # https://github.com/voxpupuli/modulesync_config -# +# # Additional ~/.fog config file with AWS EC2 credentials # required. # diff --git a/spec/acceptance/nodesets/ec2/ubuntu-1604-x64.yml b/spec/acceptance/nodesets/ec2/ubuntu-1604-x64.yml index 21ce560a..9cf59d59 100644 --- a/spec/acceptance/nodesets/ec2/ubuntu-1604-x64.yml +++ b/spec/acceptance/nodesets/ec2/ubuntu-1604-x64.yml @@ -2,7 +2,7 @@ # This file is managed via modulesync # https://github.com/voxpupuli/modulesync # https://github.com/voxpupuli/modulesync_config -# +# # Additional ~/.fog config file with AWS EC2 credentials # required. # diff --git a/spec/acceptance/nodesets/ec2/windows-2016-base-x64.yml b/spec/acceptance/nodesets/ec2/windows-2016-base-x64.yml index 36bd9891..0932e29c 100644 --- a/spec/acceptance/nodesets/ec2/windows-2016-base-x64.yml +++ b/spec/acceptance/nodesets/ec2/windows-2016-base-x64.yml @@ -2,7 +2,7 @@ # This file is managed via modulesync # https://github.com/voxpupuli/modulesync # https://github.com/voxpupuli/modulesync_config -# +# # Additional ~/.fog config file with AWS EC2 credentials # required. #