Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(FM-6932) - Fix type autoload #275

Merged
merged 1 commit into from
May 8, 2018
Merged

Conversation

pmcmaw
Copy link
Contributor

@pmcmaw pmcmaw commented May 8, 2018

The following errors were being seen:

[root@machine ~]# puppet describe ini_setting --trace
--
Error: Could not autoload puppet/type/ini_setting: uninitialized constant Puppet::Parameter::Boolean
/etc/puppetlabs/code/environments/production/modules/inifile/lib/puppet/type/ini_setting.rb:123:in `block in <top (required)>'

A require is necessary to initialize constant Puppet::Parameter::Boolean.

Now we can see:

[root@machine ~]# puppet describe ini_setting --trace

ini_setting
===========

Parameters
----------

- **ensure**
    The basic property that the resource should be in.
    Valid values are `present`, `absent`.
..................... etc

@tphoney tphoney merged commit 385a69f into puppetlabs:master May 8, 2018
@pmcmaw pmcmaw added the bugfix label May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants