CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 20 Aug 2025 23:28:45 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090203075704
location: https://web.archive.org/web/20090203075704/https://github.com/opscode
server-timing: captures_list;dur=0.770666, exclusion.robots;dur=0.024501, exclusion.robots.policy;dur=0.010604, esindex;dur=0.014180, cdx.remote;dur=22.621449, LoadShardBlock;dur=418.339394, PetaboxLoader3.datanode;dur=142.520035, PetaboxLoader3.resolve;dur=87.128334
x-app-server: wwwb-app221
x-ts: 302
x-tr: 491
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 23:28:46 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Tue, 03 Feb 2009 07:57:04 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 52ms
x-archive-orig-etag: "dc0db45051ab64513ac1f132b2d16afe"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 21435
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 03 Feb 2009 07:57:04 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 19 Jan 2009 12:16:01 GMT", ; rel="prev memento"; datetime="Mon, 19 Jan 2009 12:16:01 GMT", ; rel="memento"; datetime="Tue, 03 Feb 2009 07:57:04 GMT", ; rel="next memento"; datetime="Sun, 08 Mar 2009 04:12:37 GMT", ; rel="last memento"; datetime="Sat, 22 Jun 2024 16:45:14 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_8_20090203074102_crawl101-c/51_8_20090203075627_crawl101.arc.gz
server-timing: captures_list;dur=0.597792, exclusion.robots;dur=0.021076, exclusion.robots.policy;dur=0.010112, esindex;dur=0.012657, cdx.remote;dur=45.831855, LoadShardBlock;dur=383.599957, PetaboxLoader3.datanode;dur=303.618189, PetaboxLoader3.resolve;dur=257.084632, load_resource;dur=301.635256
x-app-server: wwwb-app221
x-ts: 200
x-tr: 801
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
opscode's Profile - GitHub
Public Activity
-
A systems integration framework, built to bring the benefits of configuration management to your ...Created Thu Jan 15 12:40:48 -0800 2009
-
A blank Chef repository - useful to bootstrap your ownCreated Thu Jan 15 00:31:12 -0800 2009
-
Bootstrap a Chef Server via Chef SoloCreated Sun Jan 18 11:34:17 -0800 2009
-
Opscode Cookbooks for ChefCreated Sat Jan 17 17:04:19 -0800 2009
-
Ohai profiles your system and emits JSONCreated Thu Jan 15 12:50:43 -0800 2009
Public Activity
master was changed to 6179d4
master was changed to 7fb498
master was changed to 5ab9cc
#!/usr/bin/ruby
require 'rubygems'
master was changed to 89cdc1
%w{merb-core merb-haml syntax}.each do |gem|
gem_package gem
end
%w{merb-core merb-haml syntax}.each do |gem|
gem_package gem
end
require 'chef'
require 'chef/node'
require 'chef/rest'
#
# Cookbook Name:: CHEF-37
# Recipe:: default
master was changed to 2fc3bb
if node[:platform_version].to_f < 8.04
remote_file "/etc/event.d/runsvdir" do
only_if do Dir.exists?("/etc/event.d") end
if node[:platform_version].to_f < 8.04
if Dir.exists?("/etc/event.d")
remote_file "/etc/event.d/runsvdir" do
begin
Timeout.timeout(Chef::Config[:run_command_stdout_timeout]) do
while stdout.ready? == nil
#!/usr/bin/ruby
require 'chef'
#
# Attribute file/per-node hash
xen_vms = Mash.new
New branch is at opscode/chef-server-solo-install/tree/chef-server-solo-install
chef-server-solo-install is at opscode/chef-server-solo-install
New repository is at opscode/chef-server-solo-install
New branch is at opscode/cookbooks/tree/cookbooks
cookbooks is at opscode/cookbooks
« NewerOlder »
This feature is coming soon. Sit tight!