Code

cname::dns: Added first version of a plugin to query DNS for cnames.
[sysdb.git] / configure.ac
index 6847c08c9da269681eddfcc3c269bb110314e10d..937750160ff55651a3d1aef99be6a64015be9ad5 100644 (file)
@@ -246,6 +246,8 @@ AC_SDB_PLUGIN([puppet-storeconfigs], [$puppet_storeconfigs_default],
                [backend accessing the Puppet stored configuration database])
 AC_SDB_PLUGIN([syslog], [yes],
                [plugin logging to syslog])
+AC_SDB_PLUGIN([cname-dns], [yes],
+               [canonicalize hostnames by querying DNS])
 
 AM_CONDITIONAL([BUILD_DOCUMENTATION], test "x$build_documentation" = "xyes")