Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.
This repository was archived by the owner on May 13, 2024. It is now read-only.

Problem behind proxy #4

@rsantellan

Description

@rsantellan

Hi,
I'm trying to use vagrant-dspace but I'm having a problem when trying to clone the dspace repo.
The logs shows this:

==> vagrant-dspace: Notice: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Adding the fingerprint for GitHub so we can connect to it]/returns: Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts. ==> vagrant-dspace: Notice: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Adding the fingerprint for GitHub so we can connect to it]/returns: Permission denied (publickey). ==> vagrant-dspace: Error: ssh -T -oStrictHostKeyChecking=no [email protected] returned 255 instead of one of [0,1] ==> vagrant-dspace: Error: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Adding the fingerprint for GitHub so we can connect to it]/returns: change from notrun to 0 1 failed: ssh -T -oStrictHostKeyChecking=no [email protected] returned 255 instead of one of [0,1] ==> vagrant-dspace: Notice: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Cloning DSpace source code into /home/vagrant/dspace-src]: Dependency Exec[Adding the fingerprint for GitHub so we can connect to it] has failures: true ==> vagrant-dspace: Warning: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Cloning DSpace source code into /home/vagrant/dspace-src]: Skipping because of failed dependencies ==> vagrant-dspace: Notice: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Checkout branch dspace-5_x]: Dependency Exec[Adding the fingerprint for GitHub so we can connect to it] has failures: true ==> vagrant-dspace: Warning: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Checkout branch dspace-5_x]: Skipping because of failed dependencies ==> vagrant-dspace: Notice: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/File[/home/vagrant/dspace-src/dspace/config/local.cfg]: Dependency Exec[Adding the fingerprint for GitHub so we can connect to it] has failures: true ==> vagrant-dspace: Warning: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/File[/home/vagrant/dspace-src/dspace/config/local.cfg]: Skipping because of failed dependencies ==> vagrant-dspace: Notice: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Build DSpace installer in /home/vagrant/dspace-src]: Dependency Exec[Adding the fingerprint for GitHub so we can connect to it] has failures: true ==> vagrant-dspace: Warning: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Build DSpace installer in /home/vagrant/dspace-src]: Skipping because of failed dependencies ==> vagrant-dspace: Notice: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/File[/home/vagrant/dspace-src/custom.properties]: Dependency Exec[Adding the fingerprint for GitHub so we can connect to it] has failures: true ==> vagrant-dspace: Warning: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/File[/home/vagrant/dspace-src/custom.properties]: Skipping because of failed dependencies ==> vagrant-dspace: Notice: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Install DSpace to /home/vagrant/dspace]: Dependency Exec[Adding the fingerprint for GitHub so we can connect to it] has failures: true ==> vagrant-dspace: Warning: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Install DSpace to /home/vagrant/dspace]: Skipping because of failed dependencies ==> vagrant-dspace: Notice: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Create DSpace Administrator]: Dependency Exec[Adding the fingerprint for GitHub so we can connect to it] has failures: true ==> vagrant-dspace: Warning: /Stage[main]/Main/Dspace::Install[/home/vagrant/dspace]/Exec[Create DSpace Administrator]: Skipping because of failed dependencies

I have configure to use the https instead of git because I have the git port blocked:

dspace::install { "/home/${dspace::owner}/dspace" : git_repo => 'https://github.com/DSpace/DSpace.git', # Git repo to use for DSpace source git_branch => 'dspace-5_x', #Git branch to use require => DSpace::Postgresql_db[$dspace::db_name], # Must first have a database notify => Service['tomcat'], # Tell Tomcat to reboot after install }

How can I fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions