Skip to content

Instantly share code, notes, and snippets.

@ukd1
Created September 22, 2011 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ukd1/1235405 to your computer and use it in GitHub Desktop.
Save ukd1/1235405 to your computer and use it in GitHub Desktop.
PHP Ext directory fact
Facter.add(:phpextdir) do
setcode do
if File.exist?('/usr/bin/php')
%x{/usr/bin/php -i 2> /dev/null | /usr/bin/awk '/extension_dir/ {print $3}'}.chomp
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment