Skip to content

Commit

Permalink
modulesync 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Mar 10, 2017
1 parent 125958e commit 0be4dc8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .msync.yml
@@ -1 +1 @@
modulesync_config_version: '0.20.0'
modulesync_config_version: '0.20.1'
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions spec/acceptance/nodesets/docker/centos-7.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions spec/acceptance/nodesets/docker/debian-8.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/ec2/image_templates.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/ec2/rhel-73-x64.yml
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/ec2/sles-12sp2-x64.yml
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/ec2/ubuntu-1604-x64.yml
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/ec2/windows-2016-base-x64.yml
Expand Up @@ -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.
#
Expand Down

0 comments on commit 0be4dc8

Please sign in to comment.