The agent/master HTTP interface is REST-like, but varies from strictly RESTful design in several ways. The endpoints used by the agent are detailed in...
分类:
Web程序 时间:
2014-10-31 15:29:38
阅读次数:
207
Puppet's CommandsPuppet’s command line interface consists of a singlepuppetcommand with many subcommands.Puppet’s companion utilities,FacterandHiera, ...
分类:
其他好文 时间:
2014-10-31 15:25:52
阅读次数:
128
Puppet configures systems in two main stages:Compile a catalogApply the catalogThe Agent/Master ArchitecturePuppet usually runs in an agent/master arc...
分类:
其他好文 时间:
2014-10-31 15:02:15
阅读次数:
239
**1. 模板文件是在puppet模块下面templates目录中以”.erb”结尾的文件** puppet模板主要用于文件,例如各种服务的配置文件,相同的服务,不同的配置就可以考虑使用模板文件,例如Nginx和Apache的虚拟主机配置就可...
分类:
其他好文 时间:
2014-10-31 12:16:52
阅读次数:
180
模板文件是在puppet模块下面templates目录中以”.erb”结尾的文件,puppet模板主要用于文件,例如各种服务的配置文件,相同的服务,不同的配置就可以考虑使用模板文件,例如Nginx和Apache的虚拟主机配置就可以考虑采用ERB模板,nginx的安装在这里建议用系统内部自带的YUM源来安..
分类:
其他好文 时间:
2014-10-30 19:22:25
阅读次数:
223
======================================================================================================================================================...
分类:
其他好文 时间:
2014-10-30 18:54:58
阅读次数:
160
1、在執行完./configure 和make install 後出現test -d '/usr/local/nginx/logs' || mkdir -p '/usr/local/nginx/logs'test -d '/usr/local/nginx/logs' || mkdir -p ...
分类:
系统相关 时间:
2014-10-30 18:43:42
阅读次数:
316
架设Hmailserver+webmail邮件服务器在安裝Hmailserver前先安裝Apache、php、mysql,如果你想懶點直接到http://www.phpnow.org下載phpnow,安裝簡單快捷!下載Hmail:http://www.hmailserver.com/安裝Hmail:...
分类:
Web程序 时间:
2014-10-29 16:26:12
阅读次数:
578
一、puppet的简介puppet是一种开源的、新一代的集中化的配置管理工具。可管理的平台有windows,Linux,Unix等。有自己的配置语言(资源申报语言),可管理文件、软件包、系统服务、用户等。这些统称为puppet的资源。puppet是采用ruby语言研发的。工作流程如下图:工作模型:单机..
分类:
其他好文 时间:
2014-10-28 02:13:33
阅读次数:
271
一:介绍puppet用于集中管理多台服务器的file、package、server、cron、user、group、exec(执行shell命令)、yumrepo等常用资源的C/S结构软件二:puppet工作流程puppet客户端通过facter收集客户端信息(主机名、内存、IP地址、系统信息……)并发送给服务端服务器端检测到客户..
分类:
其他好文 时间:
2014-10-27 19:50:19
阅读次数:
199