码迷,mamicode.com
首页 >  
搜索关键字:puppet file资源介绍(贰拾)    ( 803个结果
Puppet整合SVN(三):Puppet整合SVN
1、检查[root@puppet~]#ll/etc/puppet/ 总用量32 -rw-r--r--1rootroot417811月516:10auth.conf -rw-r--r--1rootroot1111月516:10autosign.conf drwxr-xr-x5rootroot409611月516:10environments -rw-r--r--1rootroot156111月516:10fileserver.conf drwxr-xr-x2rootroot409611月1..
分类:其他好文   时间:2014-11-14 15:54:11    阅读次数:300
Puppet整合SVN(四):测试整合效果
一、测试SVN任务更新1、在管理机器上(win7)安装SVN客户端并检出2、新建一个文档并提交3、过5分钟后在puppet客户端查看:[root@puppet~]#svnlisthttp://10.188.1.73:8080/svn [root@puppet~]#ls/etc/puppet4、能看到新增加的文档表示OK二、测试SVN勾子更新1、按前一小节删除计..
分类:其他好文   时间:2014-11-14 15:52:49    阅读次数:151
Puppet安装(三):查看信息及测试
一、查看信息1、查看puppet版本[root@puppet~]#puppet--version 3.7.12、查看模块位置[root@puppet~]#puppetconfigprintmodulepath /etc/puppet/modules:/usr/share/puppet/modules3、查看报告[root@puppet~]#puppetagent-t--summarize Info:Retrievingpluginfacts Info:Retrie..
分类:其他好文   时间:2014-11-14 10:50:00    阅读次数:199
Puppet 安装与应用
Centos6.4安装PuppetPuppet要求所有机器有完整的域名(FQDN),如果没有DNS服务器提供域名的话,可以在两台机器上设置主机名(注意要先设置主机名再安装Puppet,因为安装Puppet时会把主机名写入证书,客户端和服务端通信需要这个证书),因为我配置了DNS,所以就不用改hosts了,..
分类:其他好文   时间:2014-11-12 18:11:13    阅读次数:277
Learning Puppet — Resource Ordering
Learning Puppet — Resource OrderingLearn about dependencies and refresh events, manage the relationships between resources, and discover the fundament...
分类:其他好文   时间:2014-11-07 16:32:34    阅读次数:318
ansible初步使用及YAML语法介绍
一、简介1、ansible简介ansible官方的title是“AnsibleisSimpleITAutomation”——简单的自动化IT工具。这个工具的目标有这么几项:自动化部署APP;自动化管理配置项;自动化的持续交付;自动化的(AWS)云服务管理。所有的这几个目标本质上来说都是在一个台或者几台服务器上,..
分类:其他好文   时间:2014-11-07 15:09:11    阅读次数:14059
Learning Puppet — Manifests
BeginIn a text editor —vim,emacs, ornano— create a file with the following contents and filename:written and applied your first Puppet manifest.[root@...
分类:其他好文   时间:2014-11-06 17:20:35    阅读次数:392
Learning Puppet — Resources and the RAL
Learning Puppet — Resources and the RALWelcome to Learning Puppet! This series covers the basics of writing Puppet codeBeginLog into the Learning Pupp...
分类:其他好文   时间:2014-11-06 16:41:41    阅读次数:156
puppet 笔记
1、创建模块目录结构注意:在未指定modulepath搜索路径的情况下,会有默认搜索路径的,可通过以下方式查看到[root@puppetmaster~]#puppetmaster--genconfig>/etc/puppet/puppet.conf.out [root@puppetmaster~]#cat/etc/puppet/puppet.conf.out|grepmodulepath modulepath=/e..
分类:其他好文   时间:2014-11-04 15:20:53    阅读次数:248
aix光盘安装包 aix puppet agent 自动化安装
脚本待处理事务1,替换指定行数据2,获取$1 :字段分割【Tips Notes,byRui】从光盘等安装媒介中isntallp -l -d /opt/ruiyhe or /dev/cd0 搜索所有的packages,以:坐字段分割符,使用shell截取$2字段,捕获到的这个字段就是光盘中可以使用的软...
分类:其他好文   时间:2014-11-02 19:31:55    阅读次数:163
803条   上一页 1 ... 68 69 70 71 72 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!