Skip to content

Commit

Permalink
fix: install all http server plugins default configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jul 2, 2019
1 parent a23310f commit b48acb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -240,7 +240,7 @@ sub install {
config_install : pure_install
$(MKPATH) $(DESTDIR)$(SYSCONFDIR)
$(NOECHO) $(CHMOD) $(PERM_DIR) $(DESTDIR)$(SYSCONFDIR)
for config in agent.cfg inventory-server-plugin.cfg server-test-plugin.cfg ssl-server-plugin.cfg ; \
for config in agent.cfg *-plugin.cfg ; \
do \
if $(TEST_F) $(DESTDIR)/$(SYSCONFDIR)/$$config; then \
$(RM_F) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \
Expand Down

0 comments on commit b48acb2

Please sign in to comment.