diff --git a/abusehelper/Makefile b/abusehelper/Makefile index 08a9543..3ecdfef 100644 --- a/abusehelper/Makefile +++ b/abusehelper/Makefile @@ -1,6 +1,6 @@ -AHELPER = tip +AHELPER = default AHELPERURL = https://bitbucket.org/clarifiednetworks/abusehelper/get/$(AHELPER).tar.gz -IDIOKIT = tip +IDIOKIT = default IDIOKITURL = https://bitbucket.org/clarifiednetworks/idiokit/get/$(IDIOKIT).tar.gz OUT = /srv/puppet/files/common/packages diff --git a/vsroom/Makefile b/vsroom/Makefile index 2ddffee..f55804f 100644 --- a/vsroom/Makefile +++ b/vsroom/Makefile @@ -1,4 +1,4 @@ -VSROOM = tip +VSROOM = default VSROOMURL = https://bitbucket.org/clarifiednetworks/vsroom/get/$(VSROOM).tar.gz OUT = /srv/puppet/files/common/packages diff --git a/wiki/Makefile b/wiki/Makefile index b6980bc..74cb228 100644 --- a/wiki/Makefile +++ b/wiki/Makefile @@ -1,4 +1,4 @@ -GWIKI = tip +GWIKI = default GWIKIURL = https://bitbucket.org/clarifiednetworks/graphingwiki/get/$(GWIKI).tar.gz MOIN = 1.8.8 MOINURL = http://static.moinmo.in/files/moin-$(MOIN).tar.gz