Fix kosmos-ipfs not requiring nodejs/npm

If node isn't installed on a machine by something else before running
the kosmos-ipfs recipe, then it fails.
This commit is contained in:
Basti 2020-09-24 17:39:28 +02:00
parent d2550d80c8
commit 3d8d31c32f
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 3 additions and 0 deletions

View File

@ -9,5 +9,6 @@ version '0.3.0'
depends 'ipfs'
depends 'kosmos-base'
depends 'kosmos-nginx'
depends 'kosmos-nodejs'
depends 'firewall'
depends 'application_javascript'

View File

@ -24,6 +24,8 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
include_recipe 'kosmos-nodejs'
app_name = "kredits-ipfs-pinner"
deploy_user = "ipfs"
deploy_group = "ipfs"