Code

core: Automatically determine config callback names.
[sysdb.git] / src / backend / puppet / store-configs.c
index c2f4d084048c71fbccb945b4f38dd753fda24d8d..409343fa1f0c33f449ccd969d4155654618e43b3 100644 (file)
@@ -381,8 +381,7 @@ sdb_module_init(sdb_plugin_info_t *info)
        sdb_plugin_set_info(info, SDB_PLUGIN_INFO_VERSION, SDB_VERSION);
        sdb_plugin_set_info(info, SDB_PLUGIN_INFO_PLUGIN_VERSION, SDB_VERSION);
 
-       sdb_plugin_register_config("puppet::store-configs",
-                       sdb_puppet_stcfg_config);
+       sdb_plugin_register_config(sdb_puppet_stcfg_config);
        return 0;
 } /* sdb_version_extra */