cbc55084c8
Summary This release has an overhauled readme, new private manifest function, and fixes many future parser bugs. Features - All new shiny README - New `private()` function for making private manifests (yay!) Bugfixes - Code reuse in `bool2num()` and `zip()` - Fix many functions to handle `generate()` no longer returning a string on new puppets - `concat()` no longer modifies the first argument (whoops) - strict variable support for `getvar()`, `member()`, `values_at`, and `has_interface_with()` - `to_bytes()` handles PB and EB now - Fix `tempfile` ruby requirement for `validate_augeas()` and `validate_cmd()` - Fix `validate_cmd()` for windows - Correct `validate_string()` docs to reflect non-handling of `undef` - Fix `file_line` matching on older rubies
111 lines
2 KiB
JSON
111 lines
2 KiB
JSON
{
|
|
"name": "puppetlabs-stdlib",
|
|
"version": "4.4.0",
|
|
"author": "puppetlabs",
|
|
"summary": "Puppet Module Standard Library",
|
|
"license": "Apache 2.0",
|
|
"source": "git://github.com/puppetlabs/puppetlabs-stdlib",
|
|
"project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
|
|
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "OracleLinux",
|
|
"operatingsystemrelease": [
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Scientific",
|
|
"operatingsystemrelease": [
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "SLES",
|
|
"operatingsystemrelease": [
|
|
"11 SP1"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"10.04",
|
|
"12.04",
|
|
"14.04"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Solaris",
|
|
"operatingsystemrelease": [
|
|
"10",
|
|
"11"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Windows",
|
|
"operatingsystemrelease": [
|
|
"Server 2003",
|
|
"Server 2003 R2",
|
|
"Server 2008",
|
|
"Server 2008 R2",
|
|
"Server 2012",
|
|
"Server 2012 R2",
|
|
"7",
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "AIX",
|
|
"operatingsystemrelease": [
|
|
"5.3",
|
|
"6.1",
|
|
"7.1"
|
|
]
|
|
}
|
|
],
|
|
"requirements": [
|
|
{
|
|
"name": "pe",
|
|
"version_requirement": "3.x"
|
|
},
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">=2.7.20 <4.0.0"
|
|
}
|
|
],
|
|
"description": "Standard Library for Puppet Modules",
|
|
"dependencies": [
|
|
|
|
]
|
|
}
|