木偶一定恨我。我已经阅读了数小时的文档,但仍然无法实现以下目标:
- 一个其中带有变量的类或模块(或称为什么)(参数化类?);
- 此类应在单个主机中多次包含。
用伪代码,它将是:
# The class
classorwhatever myclass ($value) {
notify { "$value world" }
}
# In the node definition
node whatever {
myclass("Hello")
myclass("Goodbye")
}
我觉得自己很愚蠢,甚至都不有趣。我知道这一定是可行的。但是如何?:(
您正在阅读吗?docs.puppetlabs.com/learning/modules2.html。您的服务器/客户端上的木偶是什么版本?
—
Zoredache
服务器和客户端上的@Zoredache 2.6.12
—
fge2012年