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 1c5f7dc commit 3fd355dCopy full SHA for 3fd355d
functions/ensure.pp
@@ -1,4 +1,6 @@
1
# @summary function to cast ensure parameter to resource specific value
2
+#
3
+# @return [String]
4
function stdlib::ensure(
5
Variant[Boolean, Enum['present', 'absent']] $ensure,
6
Enum['directory', 'link', 'mounted', 'service', 'file', 'package'] $resource,
0 commit comments