zend-patterns / ZendServerPuppet

ZendServerPuppet
Apache License 2.0
6 stars 16 forks source link

Rewrite all facts scripts in a language that is installed by default. #57

Open ubellavance opened 7 years ago

ubellavance commented 7 years ago

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.

ubellavance commented 7 years ago

Fixed by #58