Centos下安装配置Puppet教程详解
发布:smiling 来源: PHP粉丝网 添加日期:2015-04-21 15:13:50 浏览: 评论:0
puppet是一种Linux、Unix、windows平台的集中配置管理系统,使用自有的puppet描述语言,可管理配置文件、用户、cron任务、软件包、系统服务等,puppet把这些系统实体称之为资源,puppet的设计目标是简化对这些资源的管理以及妥善处理资源间的依赖关系.
系统环境:
- [root@Puppet-Server ~]# cat /etc/redhat-release
- CentOS release 6.6 (Final)
- [root@Puppet-Server ~]# uname -a
- Linux Puppet-Server 2.6.32-504.el6.x86_64 #1 SMP Wed Oct 15 04:27:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
- [root@Puppet-Server ~]# cat /etc/sysconfig/network
- HOSTNAME=Puppet-Server
- [root@Puppet-Server ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
- IPADDR=1.1.1.30 --phpfensi.com
Puppet配置:
[root@Puppet-Server ~]# yum install ruby ruby-libs
Tags: Centos安装配置 Puppet安装配置
推荐文章
热门文章
最新评论文章
- 写给考虑创业的年轻程序员(10)
- PHP新手上路(一)(7)
- 惹恼程序员的十件事(5)
- PHP邮件发送例子,已测试成功(5)
- 致初学者:PHP比ASP优秀的七个理由(4)
- PHP会被淘汰吗?(4)
- PHP新手上路(四)(4)
- 如何去学习PHP?(2)
- 简单入门级php分页代码(2)
- php中邮箱email 电话等格式的验证(2)