diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-10-10 10:33:27 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-10-10 10:33:27 -0700 |
commit | 66ba146784bcc3801112e2cd516bb2d198f2bd0a (patch) | |
tree | dd4e911e2344e274cdd903a166474324ad0d8611 /example-repository | |
parent | 452c7af89053160f456033599e8f8b1812f69d24 (diff) | |
download | chef-66ba146784bcc3801112e2cd516bb2d198f2bd0a.tar.gz |
Fixing up unit tests that broke in latest re-factoring
Various bug fixes related to compilation of the ResourceCollection
Groundwork for chef-solo
Removing some erroneously checked in log files
Diffstat (limited to 'example-repository')
-rw-r--r-- | example-repository/config/solo.rb | 25 | ||||
-rw-r--r-- | example-repository/cookbooks/tempfile/files/default/packages/test | 1 | ||||
-rw-r--r-- | example-repository/log/merb.main.log | 2 | ||||
-rw-r--r-- | example-repository/log/merb.main.pid | 1 |
4 files changed, 29 insertions, 0 deletions
diff --git a/example-repository/config/solo.rb b/example-repository/config/solo.rb new file mode 100644 index 0000000000..f5557daa4a --- /dev/null +++ b/example-repository/config/solo.rb @@ -0,0 +1,25 @@ +# +# Chef Server Config File +# +# Dynamically generated by Chef - local modifications will be replaced +# + + +log_level :info +log_location STDOUT +file_store_path "/var/chef/file_store" +file_cache_path "/var/chef/cache" +ssl_verify_mode :verify_none +registration_url "http://127.0.0.1:4000" +openid_url "http://127.0.0.1:4001" +template_url "http://127.0.0.1:4000" +remotefile_url "http://127.0.0.1:4000" +search_url "http://127.0.0.1:4000" +cookbook_path [ "/var/chef/site-cookbooks", "/var/chef/cookbooks" ] +node_path "/var/chef/nodes" +openid_store_path "/var/chef/openid/store" +openid_cstore_path "/var/chef/openid/cstore" +merb_log_path "/var/log/chef-server.log" +search_index_path "/var/chef/search_index" + +Chef::Log::Formatter.show_time = false diff --git a/example-repository/cookbooks/tempfile/files/default/packages/test b/example-repository/cookbooks/tempfile/files/default/packages/test new file mode 100644 index 0000000000..e84c65b247 --- /dev/null +++ b/example-repository/cookbooks/tempfile/files/default/packages/test @@ -0,0 +1 @@ +You would like that, wouldn't you?
\ No newline at end of file diff --git a/example-repository/log/merb.main.log b/example-repository/log/merb.main.log new file mode 100644 index 0000000000..e8e8ec5320 --- /dev/null +++ b/example-repository/log/merb.main.log @@ -0,0 +1,2 @@ +Thu, 09 Oct 2008 21:27:28 GMT ~ info ~ Logfile created +Thu, 09 Oct 2008 21:27:28 GMT ~ info ~ Logfile created diff --git a/example-repository/log/merb.main.pid b/example-repository/log/merb.main.pid new file mode 100644 index 0000000000..94846e4488 --- /dev/null +++ b/example-repository/log/merb.main.pid @@ -0,0 +1 @@ +44404
\ No newline at end of file |