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 a2d4688 commit 7d607c3Copy full SHA for 7d607c3
lib/puppet/parser/functions/plist.rb
@@ -2,6 +2,7 @@
2
3
require 'puppet/util/plist' if Puppet.features.cfpropertylist?
4
5
+# Accepts a hash as input and returns a plist
6
module Puppet::Parser::Functions
7
newfunction(:plist, type: :rvalue) do |args|
8
hash = args[0] || {}
0 commit comments