CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Wed, 13 Aug 2025 13:35:08 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.550361, exclusion.robots;dur=0.018932, exclusion.robots.policy;dur=0.008916, esindex;dur=0.009840, cdx.remote;dur=666.799599, LoadShardBlock;dur=171.661537, PetaboxLoader3.datanode;dur=112.838058, PetaboxLoader3.resolve;dur=90.958176, load_resource;dur=93.153821
x-app-server: wwwb-app225
x-ts: 200
x-tr: 1017
server-timing: TR;dur=0,Tw;dur=3662,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=()
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!