CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 05 Sep 2025 11:27:01 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080517170709
location: https://web.archive.org/web/20080517170709/https://github.com/lak/puppet/tree/master
server-timing: captures_list;dur=0.613026, exclusion.robots;dur=0.029277, exclusion.robots.policy;dur=0.012707, esindex;dur=0.015549, cdx.remote;dur=240.544736, LoadShardBlock;dur=507.825721, PetaboxLoader3.datanode;dur=140.487991, PetaboxLoader3.resolve;dur=163.813118
x-app-server: wwwb-app217
x-ts: 302
x-tr: 783
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; 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: Fri, 05 Sep 2025 11:27:02 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 17 May 2008 17:07:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.90675
x-archive-orig-etag: "758f4fcea1d381a025ff4b35ab8b19f4"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 24353
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 17 May 2008 17:07:09 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 17 May 2008 17:07:09 GMT", ; rel="memento"; datetime="Sat, 17 May 2008 17:07:09 GMT", ; rel="next memento"; datetime="Tue, 18 Nov 2008 13:10:45 GMT", ; rel="last memento"; datetime="Sun, 06 Sep 2009 08:39:47 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_3_20080517153044_crawl105-c/51_3_20080517170638_crawl103.arc.gz
server-timing: captures_list;dur=5.232129, exclusion.robots;dur=0.022054, exclusion.robots.policy;dur=0.008941, esindex;dur=0.014015, cdx.remote;dur=135.446906, LoadShardBlock;dur=477.550030, PetaboxLoader3.datanode;dur=439.574484, PetaboxLoader3.resolve;dur=172.061112, load_resource;dur=202.826630
x-app-server: wwwb-app217
x-ts: 200
x-tr: 928
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
lak's puppet at master — GitHub
- master
- all branches
-
all tags
- release-0.9.2
- BetaOne
- Beta1
- 0.9.3
- 0.24.4
- 0.24.3
- 0.24.2
- 0.24.1
- 0.24.0
- 0.23.2
- 0.23.1
- 0.23.0
- 0.22.4
- 0.22.3
- 0.22.2
- 0.22.1
- 0.22.0
- 0.20.1
- 0.20.0
- 0.19.3
- 0.19.2
- 0.19.1
- 0.19.0
- 0.18.4
- 0.18.3
- 0.18.2
- 0.18.1
- 0.18.0
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.5
- 0.16.4
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.3
- 0.15.2
- 0.15.1
- 0.15.0
- 0.14.1
- 0.14.0
- 0.13.6
- 0.13.5
- 0.13.4
- 0.13.2
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.2
- 0.10.1
- 0.10.0
Description: | Server automation framework and application |
Homepage: | https://reductivelabs.com/trac/puppet/ |
Clone URL: |
git://github.com/lak/puppet.git
Give this clone URL to anyone.
git clone git://github.com/lak/puppet.git
|
puppet /
README
Documentation (and detailed install instructions) can be found online at https://reductivelabs.com/trac/puppet/wiki/DocumentationStart . Generally, you need the following things installed: * Ruby >= 1.8.1 (earlier releases might work but probably not) * The Ruby OpenSSL library. For some reason, this often isn't included in the main ruby distributions. You can test for it by running 'ruby -ropenssl -e "puts :yep"'. If that errors out, you're missing the library. If your distribution doesn't come with the necessary library (e.g., on Debian and Ubuntu you need to install libopenssl-ruby), then you'll probably have to compile Ruby yourself, since it's part of the standard library and not available separately. You could probably just compile and install that one library, though. * The Ruby XMLRPC client and server libraries. For some reason, this often isn't included in the main ruby distributions. You can test for it by running 'ruby -rxmlrpc/client -e "puts :yep"'. If that errors out, you're missing the library. * Facter => 1.1.1 You can get this from < https://reductivelabs.com/projects/facter > $Id$
This feature is coming soon. Sit tight!