Parcourir la source

[cmds/contest] Redis plugin is not compiled by default

Not every installation needs the Redis plugin, so we moved it out of
the core plugins, and this patch also stops compiling it by default,
reducing dependencies and binary size of the default cmd.
To compile the redis plugin and other plugins, use
cmds/coredhcp-generator.

Signed-off-by: Andrea Barberio <insomniac@slackware.it>
Andrea Barberio il y a 6 ans
Parent
commit
d4ab647e73
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      cmds/coredhcp/main.go

+ 0 - 1
cmds/coredhcp/main.go

@@ -18,7 +18,6 @@ import (
 	_ "github.com/coredhcp/coredhcp/plugins/range"
 	_ "github.com/coredhcp/coredhcp/plugins/router"
 	_ "github.com/coredhcp/coredhcp/plugins/server_id"
-	_ "github.com/coredhcp/plugins/redis"
 	"github.com/sirupsen/logrus"
 )