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

原文地址:https://www.cnblogs.com/oskb/p/4128635.html