Skip to content

Commit

Permalink
Forked cloud9 #831
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Jan 21, 2020
1 parent 41c1df2 commit 1584447
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/maverick-modules/maverick_web/manifests/cloud9.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 1584447

Please sign in to comment.