Skip to content

Commit

Permalink
Merge pull request dev-sec#90 from hardening-io/update-common
Browse files Browse the repository at this point in the history
common files: centos7 + rubocop
  • Loading branch information
chris-rock committed May 11, 2015
2 parents 3e29a86 + aac1451 commit b531acf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .kitchen.yml
Expand Up @@ -21,6 +21,10 @@ platforms:
driver_config:
box: opscode-centos-6.5
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
- name: centos-7.1
driver_config:
box: opscode-centos-7.1
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.1_chef-provisionerless.box
- name: oracle-6.4
driver_config:
box: oracle-6.4
Expand All @@ -41,7 +45,6 @@ platforms:
driver_config:
box: debian-8
box_url: https://s3.eu-central-1.amazonaws.com/ffuenf-vagrantboxes/debian/debian-8.0.0-amd64_virtualbox.box

suites:
- name: default
run_list:
Expand Down
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -27,3 +27,6 @@ Metrics/PerceivedComplexity:
Max: 10
Metrics/AbcSize:
Max: 29
Style/DotPosition:
EnforcedStyle: trailing
Enabled: true
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -206,10 +206,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



[1]: https://supermarket.getchef.com/cookbooks/ssh-hardening
[2]: http://travis-ci.org/hardening-io/chef-ssh-hardening
[3]: https://coveralls.io/r/hardening-io/chef-ssh-hardening
[4]: https://gemnasium.com/hardening-io/chef-ssh-hardening
[5]: https://gitter.im/hardening-io
[5]: https://gitter.im/hardening-io/general

0 comments on commit b531acf

Please sign in to comment.