Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add group resource #70

Merged
merged 1 commit into from
Jan 28, 2015
Merged

Add group resource #70

merged 1 commit into from
Jan 28, 2015

Conversation

a2ikm
Copy link
Contributor

@a2ikm a2ikm commented Jan 27, 2015

This example below will create a group named "foo" with gid 501.

group "foo" do
  gid 501
end

group in specinfra is introduced as of 2.12.

mizzy/specinfra#303

This change depends on specinfra v2.12.0 or higher.

mizzy/specinfra#303
ryotarai added a commit that referenced this pull request Jan 28, 2015
@ryotarai ryotarai merged commit a40964b into itamae-kitchen:master Jan 28, 2015
@ryotarai
Copy link
Member

Thank you for your contribution!

@ryotarai
Copy link
Member

This is released in v1.1.3.

@a2ikm a2ikm deleted the group_resource branch January 28, 2015 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants