We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b4511 commit 78fdaedCopy full SHA for 78fdaed
2 files changed
REFERENCE.md
@@ -468,7 +468,7 @@ Default value: `present`
468
469
##### <a name="-sudo--conf--priority"></a>`priority`
470
471
-Data type: `Integer[0]`
+Data type: `Variant[String[1], Integer[0]]`
472
473
Prefix file name with $priority
474
manifests/conf.pp
@@ -36,7 +36,7 @@
36
#
37
define sudo::conf (
38
Enum['present', 'absent'] $ensure = present,
39
- Integer[0] $priority = 10,
+ Variant[String[1], Integer[0]] $priority = 10,
40
Optional[Variant[Array[String[1]], String[1]]] $content = undef,
41
Optional[String[1]] $source = undef,
42
Optional[String[1]] $template = undef,
0 commit comments