summaryrefslogtreecommitdiff
path: root/type
diff options
context:
space:
mode:
Diffstat (limited to 'type')
-rw-r--r--type/__dtnrch_getssl_script_cpanel/man.rst4
-rwxr-xr-xtype/__dtnrch_getssl_script_cpanel/manifest3
-rw-r--r--type/__dtnrch_getssl_script_henet/man.rst4
-rwxr-xr-xtype/__dtnrch_getssl_script_henet/manifest3
4 files changed, 6 insertions, 8 deletions
diff --git a/type/__dtnrch_getssl_script_cpanel/man.rst b/type/__dtnrch_getssl_script_cpanel/man.rst
index f63eda2..d1d5907 100644
--- a/type/__dtnrch_getssl_script_cpanel/man.rst
+++ b/type/__dtnrch_getssl_script_cpanel/man.rst
@@ -55,13 +55,13 @@ EXAMPLES
SEE ALSO
--------
-- :strong:`cdist-type__dtnrch_getssl`\ (7)
+- :strong:`cdist-type__getssl`\ (7)
- http://datenrei.ch/blog/2020/05/20/cpanel-dnsctl.html
AUTHORS
-------
-Dennis Camera <cdist--@--dtnr.ch>
+Dennis Camera <skonfig--@--dtnr.ch>
COPYING
diff --git a/type/__dtnrch_getssl_script_cpanel/manifest b/type/__dtnrch_getssl_script_cpanel/manifest
index bd7d9af..a8e7c6f 100755
--- a/type/__dtnrch_getssl_script_cpanel/manifest
+++ b/type/__dtnrch_getssl_script_cpanel/manifest
@@ -34,8 +34,7 @@ in
;;
esac
- require=__dtnrch_getssl/ \
- __directory "${SCRIPTS_DIR}" --state present --parents \
+ __directory "${SCRIPTS_DIR}" --parents \
--owner 0 --mode "${script_dirmode}"
;;
(absent)
diff --git a/type/__dtnrch_getssl_script_henet/man.rst b/type/__dtnrch_getssl_script_henet/man.rst
index 83995c3..bb61577 100644
--- a/type/__dtnrch_getssl_script_henet/man.rst
+++ b/type/__dtnrch_getssl_script_henet/man.rst
@@ -44,8 +44,8 @@ EXAMPLES
SEE ALSO
--------
-- :strong:`cdist-type__dtnrch_getssl`\ (7)
-- :strong:`cdist-type__dtnrch_getssl_cert`\ (7)
+- :strong:`cdist-type__getssl`\ (7)
+- :strong:`cdist-type__getssl_cert`\ (7)
AUTHORS
diff --git a/type/__dtnrch_getssl_script_henet/manifest b/type/__dtnrch_getssl_script_henet/manifest
index 2e212b0..b4d825c 100755
--- a/type/__dtnrch_getssl_script_henet/manifest
+++ b/type/__dtnrch_getssl_script_henet/manifest
@@ -70,8 +70,7 @@ in
;;
esac
- require=__dtnrch_getssl/ \
- __directory "${SCRIPTS_DIR}" --state present --parents \
+ __directory "${SCRIPTS_DIR}" --parents \
--owner 0 --mode "${script_dirmode}"
export require="__directory${SCRIPTS_DIR}"