diff options
author | Jan Dittberner <jandd@cacert.org> | 2021-09-07 19:27:21 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2021-09-07 19:27:21 +0200 |
commit | 2da81913484c2b583213937123c0851f4c65e374 (patch) | |
tree | b08327566fba496b6acb64df7e80ab6d8af0eae3 /sitemodules/profiles | |
parent | f35331b8b9f19c28f9daecbf5a77d80bda200435 (diff) | |
download | cacert-puppet-2da81913484c2b583213937123c0851f4c65e374.tar.gz cacert-puppet-2da81913484c2b583213937123c0851f4c65e374.tar.xz cacert-puppet-2da81913484c2b583213937123c0851f4c65e374.zip |
Remove ledgersmb
Diffstat (limited to 'sitemodules/profiles')
-rw-r--r-- | sitemodules/profiles/manifests/ledgersmb.pp | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sitemodules/profiles/manifests/ledgersmb.pp b/sitemodules/profiles/manifests/ledgersmb.pp deleted file mode 100644 index e7a159f..0000000 --- a/sitemodules/profiles/manifests/ledgersmb.pp +++ /dev/null @@ -1,32 +0,0 @@ -# Class: profiles::ledgersmb -# -# This class should install and configure a LedgerSMB instance. -# -# Parameters -# ---------- -# -# TODO: document class parameters -# -# Examples -# -------- -# -# @example -# class roles::myhost { -# include profiles::ledgersmb -# } -# -# Authors -# ------- -# -# Jan Dittberner <jandd@cacert.org> -# -# Copyright -# --------- -# -# Copyright 2021 Jan Dittberner -# -class profiles::ledgersmb ( -) { - # TODO: implement the ledgersmb profile -} - |