Skip to content

Commit

Permalink
Merge pull request #77 from voxpupuli/modulesync
Browse files Browse the repository at this point in the history
modulesync 0.16.4
  • Loading branch information
alexjfisher committed Dec 21, 2016
2 parents 75f68a1 + 9809bfd commit cb2d9c5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE.md
Expand Up @@ -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/
-->

Expand Down
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -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/
-->
2 changes: 1 addition & 1 deletion .msync.yml
@@ -1 +1 @@
modulesync_config_version: '0.16.3'
modulesync_config_version: '0.16.4'
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion spec/default_facts.yml
Expand Up @@ -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"

0 comments on commit cb2d9c5

Please sign in to comment.