-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Incompatible with Puppet-6 #263
Comments
|
Not that I could find. Stared at the code for fifteen minutes and gave up. |
I don't think this is strictly true. I still use it with puppet 6. class profile::hiera
{
class { 'hiera':
hiera_version => '5',
datadir_manage => false,
puppet_conf_manage => false,
eyaml => true,
eyaml_gpg => true,
eyaml_extension => 'yaml',
create_keys => false,
provider => 'puppetserver_gem',
manage_package => true,
eyaml_gpg_version => '0.7.3',
}
} The module did more for me in the past, but I still find a use for it now. |
@pillarsdotnet Could you share more details? How you're declaring the class, which OS, which puppet packages etc? I'm interested to see how we can make the default experience better. |
My apologies; I withdraw the accusation. After completely removing the |
Puppet-6 includes native support for
hiera-eyaml
.When I ran this module against a freshly-provisioned puppetserver version 6.3, it removed the
hiera-eyaml
gem. (!!!)The text was updated successfully, but these errors were encountered: