From e5c7b6bc0c45f04d485758dd976585fbf593accc Mon Sep 17 00:00:00 2001 From: cn Date: Mon, 9 Jul 2012 11:19:37 +0200 Subject: [PATCH] Puppet: add all builtin functions --- puppet.jsf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/puppet.jsf b/puppet.jsf index ed21370..e2ad0e9 100644 --- a/puppet.jsf +++ b/puppet.jsf @@ -97,10 +97,38 @@ "undef" kw # prominent attrs "ensure" kw_attr + "default" kw_attr # methods + "alert" method + "create_resources" method + "crit" method + "debug" method + "defined" method + "emerg" method + "err" method + "extlookup" method "fail" method + "file" method + "fqdn_rand" method + "generate" method + "include" method + "info" method + "inline_template" method + "md5" method "notice" method + "realize" method + "regsubst" method + "require" method + "search" method + "sha1" method + "shellquote" method + "split" method + "sprintf" method + "tag" method + "tagged" method "template" method + "versioncmp" method + "warning" method done "a-zA-Z0-9_" ident