Skip to content

Commit

Permalink
Merge pull request #1771 from jrha/cleanup-pnp4nagios
Browse files Browse the repository at this point in the history
ncm-pnp4nagios: Fix wrapping and indentation in pan
  • Loading branch information
jrha authored Dec 5, 2024
2 parents 145f2b1 + 2bcb761 commit aeaa536
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ncm-pnp4nagios/src/main/pan/components/pnp4nagios/config-rpm.pan
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ include 'components/pnp4nagios/schema';
# Package to install
"/software/packages" = pkg_repl("ncm-${project.artifactId}", "${no-snapshot-version}-${rpm.release}", "noarch");

"/software/components/pnp4nagios/dependencies/pre" ?= if (exists("/software/components/icinga")) {
list ("icinga");
} else if (exists("/software/components/nagios")) {
list("nagios");
} else {
list("spma");
};
"/software/components/pnp4nagios/dependencies/pre" ?= if (exists("/software/components/icinga")) {
list("icinga");
} else if (exists("/software/components/nagios")) {
list("nagios");
} else {
list("spma");
};

"/software/components/pnp4nagios/active" ?= true;
"/software/components/pnp4nagios/dispatch" ?= true;

0 comments on commit aeaa536

Please sign in to comment.