Skip to content

Commit 3c35d63

Browse files
authored
Merge pull request voxpupuli#45 from voxpupuli/modulesync
modulesync 0.16.4
2 parents 15c1ba1 + 9085bba commit 3c35d63

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Thank you for contributing to this project!
44
- This project has a Contributor Code of Conduct: https://voxpupuli.org/coc/
55
- Please check that here is no existing issue or PR that addresses your problem.
66
- Please fill the following form to enable us to help you.
7+
- Our vulnerabilities reporting process is at https://voxpupuli.org/security/
78
89
-->
910

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ Thank you for contributing to this project!
33
44
- This project has a Contributor Code of Conduct: https://voxpupuli.org/coc/
55
- Please check that here is no existing issue or PR that addresses your problem.
6+
- Our vulnerabilities reporting process is at https://voxpupuli.org/security/
67
78
-->

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
modulesync_config_version: '0.16.3'
1+
modulesync_config_version: '0.16.4'

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ matrix:
3131
env: PUPPET_VERSION="~> 4.0" CHECK=rubocop
3232
- rvm: 2.3.3
3333
env: PUPPET_VERSION="~> 4.0" CHECK=test
34-
- rvm: 2.4.0-preview3
34+
- rvm: 2.4.0-rc1
3535
env: PUPPET_VERSION="~> 4.0" CHECK=test
3636
allow_failures:
37-
- rvm: 2.4.0-preview3
37+
- rvm: 2.4.0-rc1
38+
branches:
39+
only:
40+
- master
3841
notifications:
3942
email: false
4043
deploy:

spec/default_facts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ concat_basedir: "/tmp"
33
ipaddress: "172.16.254.254"
44
is_pe: false
55
macaddress: "AA:AA:AA:AA:AA:AA"
6-
selinux_config_mode: "disabled"

0 commit comments

Comments
 (0)