Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
ark
Commits
b183cde5
Unverified
Commit
b183cde5
authored
Jul 04, 2016
by
Tim Smith
Browse files
Install the group in the spec recipe
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
c2e30330
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/fixtures/cookbooks/ark_spec/recipes/default.rb
View file @
b183cde5
...
...
@@ -11,7 +11,12 @@ ruby_block 'test_notification' do
action
:nothing
end
user
'foobarbaz'
group
'foobarbaz'
user
'foobarbaz'
do
group
'foobarbaz'
end
directory
'/opt/bin'
do
recursive
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment