Skip to content

Commit

Permalink
Add a warning if someone includes users::default
Browse files Browse the repository at this point in the history
It does nothing and people should know that. Including it on the run list to get the LWRPs is the wrong way to load dependent libraries. Depend on it in your metadata.

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 15, 2016
1 parent 631eb73 commit 88d906e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Expand Up @@ -17,4 +17,4 @@
# limitations under the License.
#

# Empty default recipe for including LWRPs.
Chef::Log.warn('The default users recipe does nothing. See the readme for information on using the users resources')

0 comments on commit 88d906e

Please sign in to comment.