From 977b530dab44061cdae171e7c3c31d78b74191df Mon Sep 17 00:00:00 2001 From: Evilham Date: Thu, 28 Apr 2022 17:22:19 +0200 Subject: [PATCH] [__single_binary_service] Update manpage to remove __evilham prefix --- type/__single_binary_service/man.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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.