首页 > 系统 > Linux > 正文

Centos下安装配置Puppet教程详解

2024-08-27 23:58:40
字体:
来源:转载
供稿:网友

puppet是一种Linux、Unix、windows平台的集中配置管理系统,使用自有的puppet描述语言,可管理配置文件、用户、cron任务、软件包、系统服务等,puppet把这些系统实体称之为资源,puppet的设计目标是简化对这些资源的管理以及妥善处理资源间的依赖关系.

系统环境:

  1. [root@Puppet-Server ~]# cat /etc/redhat-release  
  2. CentOS release 6.6 (Final) 
  3. [root@Puppet-Server ~]# uname -a 
  4. 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 
  5. [root@Puppet-Server ~]# cat /etc/sysconfig/network 
  6. HOSTNAME=Puppet-Server 
  7. [root@Puppet-Server ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0  
  8. IPADDR=1.1.1.30 --Vevb.com 

Puppet配置:

[root@Puppet-Server ~]# yum install ruby ruby-libs

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表