Skip to content

Commit 9630652

Browse files
authored
Merge pull request #98 from voxpupuli/modulesync
modulesync 0.20.1
2 parents 64f136d + 14caefe commit 9630652

10 files changed

+10
-8
lines changed

.msync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
modulesync_config_version: '0.20.0'
1+
modulesync_config_version: '0.20.1'

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ begin
3535
require 'github_changelog_generator/task'
3636
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
3737
version = (Blacksmith::Modulefile.new).version
38-
config.future_release = "#{version}"
38+
config.future_release = "v#{version}"
3939
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."
4040
config.exclude_labels = %w{duplicate question invalid wontfix modulesync}
4141
end

spec/acceptance/nodesets/docker/centos-7.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ HOSTS:
1111
docker_cmd: '["/usr/sbin/init"]'
1212
docker_image_commands:
1313
- 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which ss'
14+
- 'systemctl mask getty@tty1.service'
1415
CONFIG:
1516
trace_limit: 200
1617
masterless: true

spec/acceptance/nodesets/docker/debian-8.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ HOSTS:
1313
- 'echo deb http://ftp.debian.org/debian jessie-backports main >> /etc/apt/sources.list'
1414
- 'apt-get update && apt-get install -y cron locales-all net-tools wget'
1515
- 'rm -f /usr/sbin/policy-rc.d'
16+
- 'systemctl mask getty@tty1.service getty-static.service'
1617
CONFIG:
1718
trace_limit: 200
1819
masterless: true

spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is managed via modulesync
33
# https://github.com/voxpupuli/modulesync
44
# https://github.com/voxpupuli/modulesync_config
5-
#
5+
#
66
# Additional ~/.fog config file with AWS EC2 credentials
77
# required.
88
#

spec/acceptance/nodesets/ec2/image_templates.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Hint: image IDs (ami-*) for the same image are different per location.
88
#
99
AMI:
10-
# Amazon Linux AMI 2016.09.1 (HVM), SSD Volume Type
10+
# Amazon Linux AMI 2016.09.1 (HVM), SSD Volume Type
1111
amazonlinux-2016091-eu-central-1:
1212
:image:
1313
:aio: ami-af0fc0c0

spec/acceptance/nodesets/ec2/rhel-73-x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is managed via modulesync
33
# https://github.com/voxpupuli/modulesync
44
# https://github.com/voxpupuli/modulesync_config
5-
#
5+
#
66
# Additional ~/.fog config file with AWS EC2 credentials
77
# required.
88
#

spec/acceptance/nodesets/ec2/sles-12sp2-x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is managed via modulesync
33
# https://github.com/voxpupuli/modulesync
44
# https://github.com/voxpupuli/modulesync_config
5-
#
5+
#
66
# Additional ~/.fog config file with AWS EC2 credentials
77
# required.
88
#

spec/acceptance/nodesets/ec2/ubuntu-1604-x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is managed via modulesync
33
# https://github.com/voxpupuli/modulesync
44
# https://github.com/voxpupuli/modulesync_config
5-
#
5+
#
66
# Additional ~/.fog config file with AWS EC2 credentials
77
# required.
88
#

spec/acceptance/nodesets/ec2/windows-2016-base-x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is managed via modulesync
33
# https://github.com/voxpupuli/modulesync
44
# https://github.com/voxpupuli/modulesync_config
5-
#
5+
#
66
# Additional ~/.fog config file with AWS EC2 credentials
77
# required.
88
#

0 commit comments

Comments
 (0)