Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1381887
  • 博文数量: 77
  • 博客积分: 2104
  • 博客等级: 大尉
  • 技术积分: 2322
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-19 13:21
个人简介

关注于系统高可用、网站架构

文章分类

全部博文(77)

文章存档

2018年(1)

2017年(1)

2015年(4)

2014年(8)

2013年(4)

2012年(12)

2011年(17)

2010年(30)

发布时间:2012-08-28 17:38:50

 root@tts67:~# ssh-keygen -t rsa -b 4096Generating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa): Created directory '/root/.ssh'.Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /ro.........【阅读全文】

阅读(2874) | 评论(0) | 转发(0)

发布时间:2012-07-13 14:05:16

 1、puppet parser validate site.pp  #检查单个文件 2、 检查所有.pp文件 3、Puppet检查模板是否有错误erb -x -T '-'-P web/templates/cron/cron.erb  |ruby –c 4、查看puppet所有 配置文件puppetmasterd –configprint all ##查看所有配置文件puppet –configprint m.........【阅读全文】

阅读(5904) | 评论(0) | 转发(0)

发布时间:2011-03-30 16:40:55

Puppet 是一个客户端/服务器(C/S)架构的配置管理工具,在中央服务器上安装 puppet-server 服务器(puppet master),在需要被管理的目标服务器上安装 puppet 客户端软件(puppet client)。当客户端连接上服务器后,定义在服务器上的配置文件会被编译,然后在客户端上运行。客户端每隔半小时主动会和服务器通信一次,确.........【阅读全文】

阅读(2908) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

电影vs程序员2013-08-15 18:13

拜访,交个朋友

回复  |  举报
留言热议
请登录后留言。

登录 注册