diff --git a/.kitchen.yml b/.kitchen.yml index 1ff9e0d6..7ad784ea 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -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 diff --git a/.rubocop.yml b/.rubocop.yml index 790a0eff..c01a434a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -27,3 +27,6 @@ Metrics/PerceivedComplexity: Max: 10 Metrics/AbcSize: Max: 29 +Style/DotPosition: + EnforcedStyle: trailing + Enabled: true diff --git a/README.md b/README.md index 46c19db8..a2632c55 100644 --- a/README.md +++ b/README.md @@ -197,9 +197,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/os-hardening [2]: http://travis-ci.org/hardening-io/chef-os-hardening [3]: https://coveralls.io/r/hardening-io/chef-os-hardening [4]: https://gemnasium.com/hardening-io/chef-os-hardening -[5]: https://gitter.im/hardening-io +[5]: https://gitter.im/hardening-io/general