We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd9b30 commit 887f1b3Copy full SHA for 887f1b3
types/ensure/package.pp
@@ -0,0 +1,2 @@
1
+# @summary Validate the value of the ensure parameter for a package
2
+type Stdlib::Ensure::Package = Variant[Enum['present', 'absent', 'purged', 'disabled', 'installed', 'latest'], String[1]]
0 commit comments