Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed May 27, 2023
1 parent 141cf88 commit 7f53c07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/beaker_puppet_helpers/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ module DSL
#
# @option opts [String] :hiera_config The path of the hiera.yaml configuration.
#
# @option opts [String] :debug (false) If this option exists,
# @option opts [Boolean] :debug (false) If this option exists,
# the "--debug" command line parameter
# will be passed to the 'puppet apply' command.
# @option opts [Boolean] :run_in_parallel Whether to run on each host in parallel.
#
# @option opts [Boolean] :run_in_parallel Whether to run on each host in parallel.
#
# @option opts [Boolean] :show_diff (false) If this option exists,
# the "--show_diff=true" command line parameter
Expand Down

0 comments on commit 7f53c07

Please sign in to comment.