Commit 48c166fe authored by Mark Ottaway's avatar Mark Ottaway Committed by Jonathan
Browse files

Testing content and source as undefined

parent fa1ce3f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# 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,
) {