Closed hussfelt closed 9 years ago
#install the php-ssh2 extention
php::extension::ssh2 { "ssh2 for 5.6.9":
version => '1.6.0',
php => '5.6.9'
}
And tried this
php::extension::ssh2 { 'ssh2 for 5.6.9':
version => '0.12'
php => '5.6.9',
}
Good question. The manifest defines that it requires ssh2::lib
which is from another boxen module, and looks like it installs libssh2 from homebrew. I can't see this anywhere though. Hoping @typhonius will know from #51?
Awesome! I tried installing it separately, did not work either...
This should be fixed by #80
:+1:
@mattheath new release anytime soon? Or should I use master for a while? Thanks again! :+1:
It just gives the error: "Error: Could not find class ssh2::lib for ..... on node ....local"
https://github.com/boxen/puppet-php/blob/master/manifests/extension/ssh2.pp#L14