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