From 5f68ba63661ec2671625db1839e2d09bbad36f0e Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Mon, 12 Nov 2018 11:04:40 +0000 Subject: [PATCH] (maint) minor fix to make data_type_handling change work --- lib/puppet/resource_api/data_type_handling.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/puppet/resource_api/data_type_handling.rb b/lib/puppet/resource_api/data_type_handling.rb index 909f1162..61c6348c 100644 --- a/lib/puppet/resource_api/data_type_handling.rb +++ b/lib/puppet/resource_api/data_type_handling.rb @@ -1,3 +1,5 @@ +module Puppet::ResourceApi; end # predeclare the main module # rubocop:disable Style/Documentation + # This module is used to handle data inside types, contains methods for munging # and validation of the type values. module Puppet::ResourceApi::DataTypeHandling