diff --git a/cdist/conf/type/__prometheus_server/manifest b/cdist/conf/type/__prometheus_server/manifest index d337f6d2..73a0799c 100755 --- a/cdist/conf/type/__prometheus_server/manifest +++ b/cdist/conf/type/__prometheus_server/manifest @@ -17,7 +17,7 @@ rule_files="$(cat "$__object/parameter/rule-files")" ##### INSTALL THE PACKAGE ################################################### -require_pkg="prometheus" # what to require if I want to require "the package" +require_pkg="" # what to require if I want to require "the package" require="" if [ -f "$__object/parameter/install-from-backports" ]; then os=$(cat "$__global/explorer/os")