发布时间:2013-10-15 17:14:58
puppet客户端执行的时候,在第二次调试的时候,会遇到如下的报错。/usr/lib/ruby/site_ruby/1.8/puppet/util/plugins.rb:49:in `expand_path': No such file or directory - getcwd (Errno::ENOENT)from /usr/lib/ruby/site_ruby/1.8/puppet/util/plugins.rb:49:in `look_in'from /usr/lib/ruby/site_ruby/1.8/puppet/ut.........【阅读全文】
发布时间:2013-09-23 11:48:39
s e r v i c e {" ssh " :ensure => running ;" nfs " :ensure => stoped ;}......【阅读全文】
发布时间:2013-09-23 11:22:38
package {[ "vim" , " iproute " , " x????window????system " ] :ensure => i n s t a l l e d ;[ "pppoe" , "pppoe????conf " ] :ensure => absent ;}其中主要的属性是 ensure installed代表安装 absent代表反安装,也他妈就是卸载的意思 pureged表示干.........【阅读全文】
发布时间:2013-09-23 11:13:49
file资源的基本属性 owner:file资源的拥有者 group:file资源所属的组的拥有者 mode:文件的所有属性,664或者775之类的 content:file资源的内容template是一个功能强大的命令,可以通过erb模板生成内容,erb模板可以使用变量。还可以对立面的变量进行计算和.........【阅读全文】
发布时间:2013-09-22 19:08:51
一、资源 f i l e { " / etc /passwd" : #title&n.........【阅读全文】