diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-04-28 22:46:39 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-04-28 22:46:39 -0700 |
commit | 2307eb8a7abbbf87676359c9bdffe14758d7c1ad (patch) | |
tree | 9cf86efa34705af6d9697a5a62d6a6671c1efda7 /lib/chef/platform.rb | |
parent | 21cc606e60acc25d8741757eacc2c5459cdd1472 (diff) | |
download | chef-2307eb8a7abbbf87676359c9bdffe14758d7c1ad.tar.gz |
Adding a directory resource and provider
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r-- | lib/chef/platform.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb index bebdcfa297..a37bb105c8 100644 --- a/lib/chef/platform.rb +++ b/lib/chef/platform.rb @@ -32,7 +32,8 @@ class Chef :gentoo => {}, :solaris => {}, :default => { - :file => Chef::Provider::File + :file => Chef::Provider::File, + :directory => Chef::Provider::Directory } } |