From 1584447059402a12197e70d5c321e1b08a019d65 Mon Sep 17 00:00:00 2001 From: fnoop Date: Tue, 21 Jan 2020 19:29:42 +0000 Subject: [PATCH] Forked cloud9 #831 --- manifests/maverick-modules/maverick_web/manifests/cloud9.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/maverick-modules/maverick_web/manifests/cloud9.pp b/manifests/maverick-modules/maverick_web/manifests/cloud9.pp index bacc9444..c5a9ba6d 100644 --- a/manifests/maverick-modules/maverick_web/manifests/cloud9.pp +++ b/manifests/maverick-modules/maverick_web/manifests/cloud9.pp @@ -20,10 +20,9 @@ ensure_packages(["libncurses5", "libncurses5-dev", "tmux"]) oncevcsrepo { "git-cloud9": - gitsource => "https://github.com/c9/core.git", + gitsource => "https://github.com/fnoop/c9-core.git", dest => "/srv/maverick/software/cloud9", notify => Exec["install-cloud9"], - #revision => "c5d3f33749439f90b4e3f40d18854f1fde31b13a", depth => "", } -> file { "/srv/maverick/software/cloud9/scripts/maverick.c9.install-sdk.sh":