Skip to content

Commit

Permalink
add source of origin to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Dec 20, 2023
1 parent 79d7182 commit 2400897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions puppetdb/ssl.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh
#
# Taken from https://raw.githubusercontent.com/puppetlabs/pupperware/1c8d5f7fdcf2a81dfaf34f5ee34435cc50526d35/gem/lib/pupperware/compose-services/pe-postgres-custom/00-ssl.sh
# December 20, 2023
#
# Get a signed certificate for this host.
#
# Uses OpenSSL directly to generate a new CSR and get it signed by the
Expand Down
3 changes: 3 additions & 0 deletions puppetdb/wtfc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh
#
# Taken from https://raw.githubusercontent.com/puppetlabs/wtfc/6aa5eef89728cc2903490a618430cc3e59216fa8/wtfc.sh
# December, 20, 2023

cmdname="${0##*/}"

Expand Down

0 comments on commit 2400897

Please sign in to comment.