Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Add jboss.eap.init-files to JBOSS_FACTS. Closes #478.
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Nov 17, 2017
1 parent 6fee6f2 commit bc500ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rho/facts.py
Expand Up @@ -167,7 +167,7 @@ def new_fact(fact_name, description, is_default=None,
is_default=False)
new_fact('jboss.eap.init-files',
'Find system services that look JBoss-related',
is_default=True)
is_default=True, categories=[JBOSS_FACTS])
new_fact('jboss.eap.installed-versions',
'List of installed versions of JBoss EAP',
is_default=False)
Expand Down

0 comments on commit bc500ae

Please sign in to comment.