From 9809bfdf5e13f834791ace4be64386efe9515f96 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 21 Dec 2016 14:45:10 +0100 Subject: modulesync 0.16.4 --- .github/ISSUE_TEMPLATE.md | 1 + .github/PULL_REQUEST_TEMPLATE.md | 1 + .msync.yml | 2 +- .travis.yml | 7 +++++-- spec/default_facts.yml | 1 - 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f6f4f86..593e7aa 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,6 +4,7 @@ Thank you for contributing to this project! - This project has a Contributor Code of Conduct: https://voxpupuli.org/coc/ - Please check that here is no existing issue or PR that addresses your problem. - Please fill the following form to enable us to help you. +- Our vulnerabilities reporting process is at https://voxpupuli.org/security/ --> diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 92f2e59..66f8044 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,5 +3,6 @@ Thank you for contributing to this project! - This project has a Contributor Code of Conduct: https://voxpupuli.org/coc/ - Please check that here is no existing issue or PR that addresses your problem. +- Our vulnerabilities reporting process is at https://voxpupuli.org/security/ --> diff --git a/.msync.yml b/.msync.yml index a7e7e88..f010733 100644 --- a/.msync.yml +++ b/.msync.yml @@ -1 +1 @@ -modulesync_config_version: '0.16.3' +modulesync_config_version: '0.16.4' diff --git a/.travis.yml b/.travis.yml index 89318fe..64c647b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,10 +31,13 @@ matrix: env: PUPPET_VERSION="~> 4.0" CHECK=rubocop - rvm: 2.3.3 env: PUPPET_VERSION="~> 4.0" CHECK=test - - rvm: 2.4.0-preview3 + - rvm: 2.4.0-rc1 env: PUPPET_VERSION="~> 4.0" CHECK=test allow_failures: - - rvm: 2.4.0-preview3 + - rvm: 2.4.0-rc1 +branches: + only: + - master notifications: email: false deploy: diff --git a/spec/default_facts.yml b/spec/default_facts.yml index a3f52bf..4f36506 100644 --- a/spec/default_facts.yml +++ b/spec/default_facts.yml @@ -3,4 +3,3 @@ concat_basedir: "/tmp" ipaddress: "172.16.254.254" is_pe: false macaddress: "AA:AA:AA:AA:AA:AA" -selinux_config_mode: "disabled" -- cgit v1.2.3