摘要:创建ssh模块相应的目录和文件[root@master ~]# mkdir -p /etc/puppet/modules/ssh/{manifests,templetes,files}前面sudo模块的时候,所有相关的设置都是在init.pp文件中,但再SSH模块中我们尝试着将配置分为init.pp,install.pp,config.pp,service.pp,params.pp。创建配置相应文件[root@master ~]# touch /etc/puppet/modules/ssh/manifests/{install.pp,config.pp,service.pp}配置params.
阅读全文
posted @ 2013-02-21 21:32
浙公网安备 33010602011771号