Skip to content

Commit

Permalink
fix(docs): fix variable names and add missing params
Browse files Browse the repository at this point in the history
  • Loading branch information
roock authored and logicminds committed Mar 6, 2024
1 parent 50b3e53 commit 0e8872b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@
#
# Installs tailscale and adds to the network via tailscale up
#
# @param $auth_key
# @param auth_key
# the authorization key either onetime or multi-use
#
# @param $base_pkg_url
# @param base_pkg_url
# the base url of where to get the package
#
# @param $up_options
# @param manage_package_repository
# the options determines if the official tailscale repository should be managed or not
#
# @param manage_package
# the options determines if the installation of the package should be managed or not
#
# @param manage_service
# the options determines if the service should be managed (started and enabled) or not
#
# @param up_options
# the options to use when running tailscale up for the first time
#
# @param $use_node_encrypt
# @param use_node_encrypt
# use node encrypt when running tailscale up. This requires a puppetserver and node encrypt
# @example
# include tailscale
Expand Down

0 comments on commit 0e8872b

Please sign in to comment.