summaryrefslogtreecommitdiff
path: root/Manifest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Manifest.txt')
-rw-r--r--Manifest.txt98
1 files changed, 96 insertions, 2 deletions
diff --git a/Manifest.txt b/Manifest.txt
index a3bb60aaff..d21fe642aa 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -1,7 +1,101 @@
+.gitignore
History.txt
Manifest.txt
README.txt
Rakefile
-bin/chef
+docs/chef-head.txt
+docs/design/HighLevel.graffle
+docs/recipe.rb
+examples/config.rb
+examples/mrepo/Rakefile
+examples/node.rb
+examples/node.yml
+examples/sample_definition.rb
+examples/sample_recipe.rb
lib/chef.rb
-test/test_chef.rb \ No newline at end of file
+lib/chef/config.rb
+lib/chef/cookbook.rb
+lib/chef/cookbook_loader.rb
+lib/chef/mixin/check_helper.rb
+lib/chef/mixin/from_file.rb
+lib/chef/mixin/params_validate.rb
+lib/chef/node.rb
+lib/chef/provider.rb
+lib/chef/provider/file.rb
+lib/chef/recipe.rb
+lib/chef/resource.rb
+lib/chef/resource/file.rb
+lib/chef/resource_collection.rb
+lib/chef/resource_definition.rb
+server/chef-head/Rakefile
+server/chef-head/app/controllers/application.rb
+server/chef-head/app/controllers/exceptions.rb
+server/chef-head/app/controllers/nodes.rb
+server/chef-head/app/helpers/global_helpers.rb
+server/chef-head/app/helpers/nodes_helper.rb
+server/chef-head/app/models/node.rb
+server/chef-head/app/views/exceptions/internal_server_error.html.erb
+server/chef-head/app/views/exceptions/not_acceptable.html.erb
+server/chef-head/app/views/exceptions/not_found.html.erb
+server/chef-head/app/views/layout/application.html.erb
+server/chef-head/app/views/nodes/delete.html.erb
+server/chef-head/app/views/nodes/edit.html.erb
+server/chef-head/app/views/nodes/index.html.erb
+server/chef-head/app/views/nodes/new.html.erb
+server/chef-head/app/views/nodes/show.html.erb
+server/chef-head/config/environments/development.rb
+server/chef-head/config/environments/production.rb
+server/chef-head/config/environments/test.rb
+server/chef-head/config/init.rb
+server/chef-head/config/rack.rb
+server/chef-head/config/router.rb
+server/chef-head/public/images/merb.jpg
+server/chef-head/public/merb.fcgi
+server/chef-head/public/stylesheets/master.css
+server/chef-head/spec/controllers/nodes_spec.rb
+server/chef-head/spec/helpers/nodes_helpers.rb
+server/chef-head/spec/spec.opts
+server/chef-head/spec/spec_helper.rb
+server/chef-head/spec/views/nodes/delete.html.erb_spec.rb
+server/chef-head/spec/views/nodes/edit.html.erb_spec.rb
+server/chef-head/spec/views/nodes/index.html.erb_spec.rb
+server/chef-head/spec/views/nodes/new.html.erb_spec.rb
+server/chef-head/spec/views/nodes/show.html.erb_spec.rb
+spec/data/bad-config.rb
+spec/data/config.rb
+spec/data/cookbooks/openldap/attributes/default.rb
+spec/data/cookbooks/openldap/attributes/smokey.rb
+spec/data/cookbooks/openldap/definitions/client.rb
+spec/data/cookbooks/openldap/definitions/server.rb
+spec/data/cookbooks/openldap/ignore
+spec/data/cookbooks/openldap/recipes/gigantor.rb
+spec/data/definitions/test.rb
+spec/data/kitchen/openldap/attributes/default.rb
+spec/data/kitchen/openldap/attributes/robinson.rb
+spec/data/kitchen/openldap/definitions/client.rb
+spec/data/kitchen/openldap/definitions/drewbarrymore.rb
+spec/data/kitchen/openldap/recipes/gigantor.rb
+spec/data/kitchen/openldap/recipes/ignoreme.rb
+spec/data/kitchen/openldap/recipes/woot.rb
+spec/data/nodes/test.rb
+spec/data/recipes/test.rb
+spec/data/seattle.txt
+spec/lib/chef/resource/cat.rb
+spec/lib/chef/resource/zen_master.rb
+spec/rcov.opts
+spec/spec.opts
+spec/spec_helper.rb
+spec/unit/chef_spec.rb
+spec/unit/config_spec.rb
+spec/unit/cookbook_loader_spec.rb
+spec/unit/cookbook_spec.rb
+spec/unit/mixin/params_validate_spec.rb
+spec/unit/node_spec.rb
+spec/unit/provider/file_spec.rb
+spec/unit/provider_spec.rb
+spec/unit/recipe_spec.rb
+spec/unit/resource/file_spec.rb
+spec/unit/resource_collection_spec.rb
+spec/unit/resource_definition_spec.rb
+spec/unit/resource_spec.rb
+tasks/rspec.rb