首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
Puppet 安装
›
Puppet 官方开源版本安装说明
Puppet Reading List
›
http://terokarvinen.com/2012/puppet-reading-list
PuppetMaster on Ubuntu 12.04
›
http://terokarvinen.com/2012/puppetmaster-on-ubuntu-12-04
Puppet Enterprise 2.7 Quick Start
›
http://docs.puppetlabs.com/pe/2.7/quick_start.html
Puppet Forge
›
http://forge.puppetlabs.com/
Puppet APT Repositories
›
APT Enterprise
›
APT
Puppet Techniques
›
http://docs.puppetlabs.com/guides/techniques.html
Puppet Dashboard
http://docs.puppetlabs.com/dashboard/manual/1.2/
http://docs.puppetlabs.com/dashboard/manual/1.2/maintaining.html
PuppetDB
›
http://docs.puppetlabs.com/puppetdb/latest/index.html
V2EX
›
Puppet
Puppet APT 源非官方国内镜像
aveline
·
2014-05-19 09:04:48 +08:00
· 6958 次点击
这是一个创建于 3913 天前的主题,其中的信息可能已经有所发展或是发生改变。
有感于每次更新 Puppet 都太特么慢了所以自己搭了一个。
镜像部署在阿里云 OSS 上,与官方源每隔一小时同步一次。
地址是
http://apt.blackmesa.cn/puppet/
使用方法很简单啦~
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
#!/bin/sh
CODENAME=`lsb_release -c -s`
DEB_FILE="puppetlabs-release-$CODENAME.deb"
wget http://apt.blackmesa.cn/puppet/$DEB_FILE
dpkg -i $DEB_FILE
rm $DEB_FILE
sed -i 's/apt.puppetlabs.com/apt.blackmesa.cn\/puppet/g' /etc/apt/sources.list.d/puppetlabs.list
apt-get update
apt-get -y install puppet
view raw
puppet.sh
hosted with ❤ by
GitHub
目前尚无回复
Puppet
镜像
太特
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2096 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms ·
UTC 07:54
·
PVG 15:54
·
LAX 23:54
·
JFK 02:54
Developed with
CodeLauncher
♥ Do have faith in what you're doing.