CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 03:30:09 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.547655, exclusion.robots;dur=0.019338, exclusion.robots.policy;dur=0.009628, esindex;dur=0.012800, cdx.remote;dur=237.254513, LoadShardBlock;dur=236.309798, PetaboxLoader3.resolve;dur=106.491424, PetaboxLoader3.datanode;dur=64.942705
x-app-server: wwwb-app225
x-ts: 302
x-tr: 498
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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: Sat, 09 Aug 2025 03:30:10 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.470271, exclusion.robots;dur=0.017570, exclusion.robots.policy;dur=0.008248, esindex;dur=0.010263, cdx.remote;dur=35.275457, LoadShardBlock;dur=399.768366, PetaboxLoader3.datanode;dur=191.117356, PetaboxLoader3.resolve;dur=302.354118, load_resource;dur=251.377745
x-app-server: wwwb-app225
x-ts: 200
x-tr: 749
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!