Skip to content

Commit

Permalink
Testing content and source as undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
deligatedgeek authored and djjudas21 committed Oct 30, 2024
1 parent fa1ce3f commit 48c166f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/policy.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install FreeRADIUS policies
define freeradius::policy (
Optional[String] $source,
Optional[String] $content,
Optional[String] $source = undef,
Optional[String] $content = undef,
Optional[Integer] $order = 50,
Freeradius::Ensure $ensure = present,
) {
Expand Down

0 comments on commit 48c166f

Please sign in to comment.