Skip to content

Commit

Permalink
Merge pull request #1635 from puppetlabs/fix-reference-generator
Browse files Browse the repository at this point in the history
(MAINT) Fixing documentation syntax of innobackup function
  • Loading branch information
Ramesh7 authored Jul 5, 2024
2 parents c9c41e8 + b7774da commit 6ffaba3
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions lib/puppet/functions/mysql/innobackupex_args.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# frozen_string_literal: true

# @summary this function populates and returns the string of arguments which later gets injected in template.
# arguments that return string holds is conditional and decided by the the input given to function.

# @summary
# This function populates and returns the string of arguments which later gets injected in template. Arguments that return string holds is conditional and decided by the the input given to function.
#
Puppet::Functions.create_function(:'mysql::innobackupex_args') do
# @param args
# String backupuser
# Boolean backupcompress
# String backuppassword_unsensitive
# Array backupdatabases
# Array optional_args
# @param backupuser
# The user to use for the backup.
# @param backupcompress
# If the backup should be compressed.
# @param backuppassword_unsensitive
# The password to use for the backup.
# @param backupdatabases
# The databases to backup.
# @param optional_args
# Additional arguments to pass to innobackupex.
#
# @return String
# Generated on the basis of provided values.
Expand Down

0 comments on commit 6ffaba3

Please sign in to comment.