官术网_书友最值得收藏!

  • Mastering Puppet 5
  • Ryan Russell Yates Jason Southgate
  • 80字
  • 2021-07-16 17:46:10

Operating systems support

Express the operating systems your module supports in the module's metadata.json, as shown in the following example:

"operatingsystem_support": [
{ "operatingsystem": "RedHat", },
{ "operatingsystem": "Ubuntu", },
]

The Facter facts operatingsystem and operatingsystemrelease are expected. Here's a more complete example:

"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5.0", "6.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"10.04"
]
}
]

Check the metadata.json file for validity afterwards using the new pdk command:

$ pdk validate metadata
主站蜘蛛池模板: 大足县| 房产| 莒南县| 永昌县| 桃江县| 深水埗区| 永修县| 乌拉特前旗| 武邑县| 资源县| 桐城市| 迭部县| 孝义市| 婺源县| 贺兰县| 米林县| 柏乡县| 阿城市| 阳东县| 丰镇市| 广昌县| 上高县| 绥宁县| 甘谷县| 沙雅县| 聂拉木县| 合水县| 阿克苏市| 和硕县| 克山县| 黄大仙区| 且末县| 罗江县| 县级市| 平利县| 商南县| 渝北区| 新民市| 洛扎县| 咸宁市| 枣庄市|