【发布时间】:2013-01-30 20:54:09
【问题描述】:
这是我幼稚的做法:
# puppet/init.pp
$x = 'hello ' +
'goodbye'
这不起作用。 如何在 Puppet 中连接字符串?
【问题讨论】:
-
我没有问完全正确的问题。我应该问的是,Puppet DSL 中是否有字符串连接运算符?看来目前没有这样的东西:projects.puppetlabs.com/issues/15330
标签: string-concatenation puppet