运维网's Archiver
论坛
›
puppet
› Learning Puppet — Variables, Conditionals, and Facts
zaoqiden
发表于 2015-9-16 12:02:34
Learning Puppet — Variables, Conditionals, and Facts
Begin
$my_variable = "A bunch of text"
notify {$my_variable:}
Yup, that’s a variable, all right.
refer: https://docs.puppetlabs.com/learning/variables.html
页:
[1]
查看完整版本:
Learning Puppet — Variables, Conditionals, and Facts