All the get_*_details scripts that are in facts.d are in PHP, and PHP is not available before Zend Server is. It's OK in puppet 3, but in puppet 4 it fails. Scripts should be rewritten in a language that is available in a base install, like perl, python or, even better, bash. No fancy dependency must be required either (like a specific perl module, for example.
All the get_*_details scripts that are in facts.d are in PHP, and PHP is not available before Zend Server is. It's OK in puppet 3, but in puppet 4 it fails. Scripts should be rewritten in a language that is available in a base install, like perl, python or, even better, bash. No fancy dependency must be required either (like a specific perl module, for example.
Please assign the puppet4 label.