跳转到主要内容

收集Puppet facter facts

项目描述

使用示例

[buildout]
...

[facts]
recipe = c2c.recipe.facts
values = hostname
     osfamily
     operatingsystem
     lsbdistcodename

[echo]
recipe = missingbits:echo
echo =
     The hostname is ${facts:hostname}
     The operating system family is ${facts:osfamily}
     The operating system is ${facts:operatingsystem}
     The distribution code name is ${facts:lsbdistcodename}

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解有关安装包的更多信息。

源分布

c2c.recipe.facts-1.2.tar.gz (2.2 kB 查看哈希值)

上传时间 源码