summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2016-12-21 14:45:10 +0100
committerTim Meusel <tim@bastelfreak.de>2016-12-21 14:45:10 +0100
commit9809bfdf5e13f834791ace4be64386efe9515f96 (patch)
tree62505084d531625a0646362cc97db75a49e7b2ca
parent75f68a17e9509df811c8cf6959129864ca1f7996 (diff)
modulesync 0.16.4
-rw-r--r--.github/ISSUE_TEMPLATE.md1
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
-rw-r--r--.msync.yml2
-rw-r--r--.travis.yml7
-rw-r--r--spec/default_facts.yml1
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"