Skip to content

Commit

Permalink
Merge pull request #471 from usev6/patch-1
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
bastelfreak authored Sep 22, 2019
2 parents a67a50d + 5d129f1 commit a9fff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
# You have to specify at least one of the following parameters:
# $multicast_address or $unicast_address or $cluster_name
if !$multicast_address and empty($unicast_addresses) and !$cluster_name {
fail('You must provide a value for multicast_address, unicast_address or cluster_name.')
fail('You must provide a value for multicast_address, unicast_address or cluster_name.')
}

# Using the Puppet infrastructure's ca as the authkey, this means any node in
Expand Down

0 comments on commit a9fff84

Please sign in to comment.