linux - puppet agent不同步master文件
PHP中文网
PHP中文网 2017-04-17 14:00:24
[Linux讨论组]

本帖最后由 SlowLaris 于 2016-01-26 11:07 编辑

puppet -V

3.8.4

server和client各一台虚机,主机名已配置

server:

more modules/test/manifests/init.pp

class test {

    file { "/tmp/$hostname.txt": content => "Hello World!"; }

}

more modules/test/templates/test.erb

hostname <%= fqdn %>

more manifests/site.pp

Exec { path => "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/sbin:/bin"}
$fileserver = "server.puppet.com"
$ntpserver = "pool.ntp.org"
Package { provider => "yum" }
node 'client.puppet.com' {

    include test

}

more manifests/nodes/client.puppet.com.pp

node 'client.puppet.com' {

    include test

}


client:

配置文件如下:

报错如下:

另外,这个版本已经不支持import了,不知道该怎么处理。

PHP中文网
PHP中文网

认证0级讲师

全部回复(0)
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号