rsync安装模块—puppet系列

2024-11-25 53阅读 0评论

1. 客户端安装rsync模块

一定要下载,不然客户端的 /etc/rsyncd.conf 该文件是空的

# cd /etc/puppet/modules  #进入模块路径目录
 # git clone https://github.com/onyxpoint/pupmod-concat && mv pupmod-concat concat
 # git clone https://github.com/onyxpoint/pupmod-rsync && mv pupmod-rsync rsync

如果你主机上没有安装git, yum install git -y可以进行安装,你也可以通过wget下载,也可以先下载到本地,在上传到server上,方法很多
对于puppet agent rsync server的主机,先mkdir -p /etc/puppet/modules,然后下载模块并重命名,之后就不需要再改动任何东西

 

2. 服务端添加node1.pp

1、rsync安装模块—puppet系列 - 奥多云

图中定义的参数,在客户端的下载模块中的/etc/puppet/modules/rsync/manifests/server 下的section.pp文件中define好的选项

 

3.  开始更新puppet

[root@vmserver62 nodes]#puppetrun -p 10 --host vmclient63

参考:http://www.linuxidc.com/Linux/2013-08/88713.htm
转载请注明出处:http://www.ttlsa.com/html/2918.html

文章版权声明:除非注明,否则均为奥多云原创文章,转载或复制请以超链接形式并注明出处。

发表评论

快捷回复: 表情:
评论列表 (暂无评论,53人围观)

还没有评论,来说两句吧...

取消
微信二维码
微信二维码
支付宝二维码