diff --git a/type/__single_binary_service/man.rst b/type/__single_binary_service/man.rst index cb40330..65b4fc0 100644 --- a/type/__single_binary_service/man.rst +++ b/type/__single_binary_service/man.rst @@ -1,9 +1,9 @@ -cdist-type__evilham_single_binary_service(7) -============================================ +cdist-type__single_binary_service(7) +==================================== NAME ---- -cdist-type__evilham_single_binary_service - Setup a single-binary service +cdist-type__single_binary_service - Setup a single-binary service DESCRIPTION @@ -142,7 +142,7 @@ EXAMPLES # Install and enable the ipmi_exporter service # The variables are defined in the manifest previously - __evilham_single_binary_service ipmi_exporter \ + __single_binary_service ipmi_exporter \ --user "${USER}" \ --service-args ' --config.file=/etc/ipmi_exporter.conf' \ --version "${SHOULD_VERSION}" \ @@ -157,7 +157,7 @@ EXAMPLES EOF # Remove the ipmi_exporter service along with the user and its config - __evilham_single_binary_service ipmi_exporter \ + __single_binary_service ipmi_exporter \ --user "${USER}" \ --version "${SHOULD_VERSION}" \ --checksum "${CHECKSUM}" \ @@ -165,7 +165,7 @@ EXAMPLES --state "absent" # Same, but the service was using my user! Let's not delete that! - __evilham_single_binary_service ipmi_exporter \ + __single_binary_service ipmi_exporter \ --user "evilham" \ --do-not-manage-user \ --version "${SHOULD_VERSION}" \ @@ -187,4 +187,4 @@ Evilham COPYING ------- -Copyright \(C) 2021 Evilham. +Copyright \(C) 2022 Evilham.