Centos下安装配置Puppet教程详解
2019/10/10/17:46:33 阅读:1803 来源:谷歌SEO算法 标签:
SEO优化
puppet是一种Linux、Unix、windows平台的集中配置管理系统,使用自有的puppet描述语言,可管理配置文件、用户、cron任务、软件包、系统服务等,puppet把这些系统实体称之为资源,puppet的设计目标是简化对这些资源的管理以及妥善处理资源间的依赖关系.
系统环境:
- [root@Puppet-Server~]#cat/etc/redhat-release
- CentOSrelease6.6(Final)
- [root@Puppet-Server~]#uname-a
- LinuxPuppet-Server2.6.32-504.el6.x86_64#1SMPWedOct1504:27:16UTC2014x86_64x86_64x86_64GNU/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
热门评论