Skip to content

Commit

Permalink
Minor updates (#43)
Browse files Browse the repository at this point in the history
* Copyright updates
* Add more platforms to test kitchen
* Update the contributing URLs

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 authored and damacus committed Jan 6, 2017
1 parent 062c005 commit 966f8bd
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ verifier:
platforms:
- name: centos-6.8
- name: centos-7.2
- name: debian-7.11
- name: debian-8.6
- name: fedora-25
run_list: yum::dnf_yum_compat
- name: opensuse-13.2
- name: opensuse-leap-42.1
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: ubuntu-16.04
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ All releases are tagged in git. To see the releases available to you see the cha

## Pull requests

- <https://github.com/sous-chefs/haproxy/pulls>
- <https://github.com/sous-chefs/samba/pulls>

## Issues

Need to report an issue? Use the github issues:

- <https://github.com/sous-chefs/haproxy/issues>
- <https://github.com/sous-chefs/samba/issues>
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Cookbook:: samba
# Attributes:: default
#
# Copyright:: 2010-2016, Chef Software, Inc.
# Copyright:: 2014-2016, Joshua Timberman <cookbooks@housepub.org>
# Copyright:: 2010-2017, Chef Software, Inc.
# Copyright:: 2014-2017, Joshua Timberman <cookbooks@housepub.org>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion providers/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: samba
# Provider:: user
#
# Copyright:: 2010-2016, Chef Software, Inc <legal@opscode.com>
# Copyright:: 2010-2017, Chef Software, Inc <legalchef.io>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: samba
# Recipe:: client
#
# Copyright:: 2010-2016, Chef Software, Inc.
# Copyright:: 2010-2017, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: samba
# Recipe:: default
#
# Copyright:: 2010-2016, Chef Software, Inc.
# Copyright:: 2010-2017, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: samba
# Recipe:: default
#
# Copyright:: 2010-2016, Chef Software, Inc.
# Copyright:: 2010-2017, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion resources/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: samba
# Resource:: user
#
# Copyright:: 2010-2016, Chef Software, Inc <legal@opscode.com>
# Copyright:: 2010-2017, Chef Software, Inc <legalchef.io>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 966f8bd

Please sign in to comment.