File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ CONTRIBUTING
3737
3838``` ruby
3939template " /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"
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
You can’t perform that action at this time.
0 commit comments