Skip to content

Commit fa03321

Browse files
committed
Update CONTRIBUTING.md
1 parent 2021ffc commit fa03321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CONTRIBUTING
3737

3838
```ruby
3939
template "/etc/sudoers" do
40-
cookbook node[:rackspace_sudo][:templates_cookbook]
40+
cookbook node[:rackspace_sudo][:templates_cookbook][:sudoers]
4141
source "sudoers.erb"
4242
mode 0440
4343
owner "root"
@@ -48,7 +48,7 @@ end
4848
* i.e. in attributes
4949

5050
```ruby
51-
default[:rackspace_sudo][:templates_cookbook] = "rackspace-sudo"
51+
default[:rackspace_sudo][:templates_cookbook][:sudoers] = "rackspace_sudo"
5252
```
5353

5454
## metadata.rb
@@ -120,7 +120,7 @@ platforms:
120120
* TODO: Add notes regarding foodcritic
121121

122122
### Chefspec
123-
* All Chefspec tests should be located in `test/spec`
123+
* All Chefspec tests should be located in `spec` within the parent cookbook
124124
* All in memory testing. Isolated, indepented, atomic.
125125
* LWRPs and libraries need additional unit tests
126126

0 commit comments

Comments
 (0)