filebucket资源及案例
filebucket主要用于文件的备份与恢复
filebucket {'资源标题':
name
path
port
server
}
◆ name:filebucket的名字。
◆ path:服务器备份数据路径。
◆ port:备份服务器端口。
◆ server:备份服务器的域名。
这里继续file资源的案例,再次编写/etc/puppet/manifests/site.pp文件
node default {
filebucket {'main':
server => 'puppet.comratings.com',
path => '/var/lib/puppet/clientbucket/'
}
file {'/etc/hosts' :
backup => 'main',
source => "puppet:///files/hosts",
}
}
欢迎关注http://www.wzlinux.com:45 和http://www.wzlinux.com 。
本文转自 wzlinux 51CTO博客,原文链接:http://blog.51cto.com/wzlinux/1685608,如需转载请自行联系原作者