@@ -411,7 +411,7 @@ Unacceptable input example:
411
411
412
412
# ### `Stdlib::Filesource`
413
413
414
- Matches paths valid values for the source parameter of the puppet file type
414
+ Matches paths valid values for the source parameter of the puppet file type.
415
415
416
416
Acceptable input example:
417
417
@@ -447,7 +447,7 @@ ftp://ftp.example.com
447
447
448
448
# ### `Stdlib::Fqdn`
449
449
450
- Matches paths on fully quallified domain name
450
+ Matches paths on fully quallified domain name.
451
451
452
452
Acceptable input example:
453
453
@@ -469,7 +469,7 @@ Unacceptable input example:
469
469
470
470
# ### `Stdlib::Host`
471
471
472
- Matches a valid host which could be a valid ipv4, ipv6 or fqdn
472
+ Matches a valid host which could be a valid ipv4, ipv6 or fqdn.
473
473
474
474
Acceptable input example:
475
475
@@ -499,7 +499,7 @@ bob@example.com
499
499
500
500
# ### `Stdlib::Port`
501
501
502
- Matches a valid TCP/UDP Port number
502
+ Matches a valid TCP/UDP Port number.
503
503
504
504
Acceptable input examples:
505
505
@@ -527,7 +527,7 @@ Unacceptable input example:
527
527
528
528
# ### `Stdlib::Port::Privileged`
529
529
530
- Matches a valid TCP/UDP Privileged port i.e. < 1024
530
+ Matches a valid TCP/UDP Privileged port i.e. < 1024.
531
531
532
532
Acceptable input examples:
533
533
@@ -553,7 +553,7 @@ Unacceptable input example:
553
553
554
554
# ### `Stdlib::Port::Unprivileged`
555
555
556
- Matches a valid TCP/UDP Privileged port i.e. > = 1024
556
+ Matches a valid TCP/UDP Privileged port i.e. > = 1024.
557
557
558
558
Acceptable input examples:
559
559
@@ -584,7 +584,7 @@ Unacceptable input example:
584
584
585
585
# ### `Stdlib::Base32`
586
586
587
- Matches paths a valid base32 string
587
+ Matches paths a valid base32 string.
588
588
589
589
Acceptable input example:
590
590
@@ -612,7 +612,7 @@ asdasddasd3453453=======
612
612
613
613
# ### `Stdlib::Base64`
614
614
615
- Matches paths a valid base64 string
615
+ Matches paths a valid base64 string.
616
616
617
617
Acceptable input example:
618
618
@@ -638,7 +638,7 @@ asdads asdasd
638
638
639
639
# ### `Stdlib::Ipv4`
640
640
641
- Matches on valid IPv4 addresses
641
+ Matches on valid IPv4 addresses.
642
642
643
643
Acceptable input example:
644
644
@@ -666,7 +666,7 @@ Unacceptable input example:
666
666
667
667
# ### `Stdlib::Ipv6`
668
668
669
- Matches on valid IPv6 addresses
669
+ Matches on valid IPv6 addresses.
670
670
671
671
Acceptable input example:
672
672
@@ -700,7 +700,7 @@ foobar2001:db8::1
700
700
701
701
# ### `Stdlib::Ip_address`
702
702
703
- Matches on valid IPv4 or IPv6 addresses
703
+ Matches on valid IPv4 or IPv6 addresses.
704
704
705
705
Acceptable input example:
706
706
0 commit comments