Merge branch 'develop' of Linux-Help/cookbook-sudo_rules into master
This commit is contained in:
commit
cd4e4992c7
2 changed files with 7 additions and 3 deletions
|
@ -87,6 +87,8 @@ or
|
|||
|
||||
License and Authors
|
||||
-------------------
|
||||
Authors: Eric Renfro <erenfro@linux-help.org>
|
||||
Contributers: Pieter Vogelaar
|
||||
- Authors:
|
||||
- Eric Renfro <erenfro@linux-help.org>
|
||||
- Contributors:
|
||||
- Pieter Vogelaar
|
||||
|
||||
|
|
|
@ -4,7 +4,9 @@ maintainer_email 'erenfro@linux-help.org'
|
|||
license 'GNU Lesser General Public License v3'
|
||||
description 'Configures sudo rules from data bags using the sudo cookbook'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '0.1.4'
|
||||
version '0.1.5'
|
||||
issues_url 'https://github.com/linux-help/sudo_rules/issues'
|
||||
source_url 'https://github.com/linux-help/sudo_rules'
|
||||
|
||||
%w(redhat centos fedora ubuntu debian freebsd mac_os_x).each do |os|
|
||||
supports os
|
||||
|
|
Loading…
Reference in a new issue