summaryrefslogtreecommitdiff
path: root/types/compat/string.pp
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppet.com>2016-08-09 10:06:53 +0100
committerGitHub <noreply@github.com>2016-08-09 10:06:53 +0100
commitf9c74fb04ecb9daccfa8b35b854ffd0601187a16 (patch)
treec91448e5face966d92d713b537316adcd08fbac3 /types/compat/string.pp
parente39fe01ea01719b97110341cacc4b4e2784a7d1a (diff)
parent22fbe723acd22ae3491c41beeacbc76853c6820e (diff)
Merge pull request #633 from tphoney/modules-3532
(modules-3532) deprecate string type checks
Diffstat (limited to 'types/compat/string.pp')
-rw-r--r--types/compat/string.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/types/compat/string.pp b/types/compat/string.pp
new file mode 100644
index 0000000..4c36e5f
--- /dev/null
+++ b/types/compat/string.pp
@@ -0,0 +1,2 @@
+# Emulate the is_string and validate_string functions
+type Stdlib::Compat::String = String