diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f6f4f86e..593e7aa8 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 92f2e598..66f80444 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 a7e7e88a..f0107335 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 1f40b6c7..3498c54a 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 a3f52bfd..4f365061 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"