-
Notifications
You must be signed in to change notification settings - Fork 222
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
Add facts #1097
Comments
First, I highly recommend joining our community slack - we have a lot of great community members who can answer these questions in addition to Bolt engineers. You'll get a faster and better response there. Second, setting the fact will not affect whether the docker module works or not. Even if it did, the What are you trying to do, what do you expect to happen, and what is actually happening? |
Arguments to Resource[] are all empty/undefined (file: Boltdir/modules/docker/manifests/repos.pp, line: 49, column: 41) https://github.com/puppetlabs/puppetlabs-docker/blob/master/manifests/params.pp#L329 Family Debian, OS LinuxMint. I want to change LinuxMint to Ubuntu. Same problem with apt::ppa I need to change sylvia to xenial |
Ah ok - I wonder if that module will accept a PR to add Mint to it? @davejrt or @florindragos Do you know what the right thing to do here is? |
@luckyraul Does puppetlabs/puppetlabs-docker#519 fix your issue? I'm not sure if that's the only place where OS name is relevant in that module. |
Not completely Probably I can override them via init variables... This problem exists with many modules, So is any chance to change facts? |
@lucywyman We could accept puppetlabs/puppetlabs-docker#519 if it is the only thing needed to get the docker module working on linux mint. As long as it does not break the module supported operating systems, I don't see a problem. |
@lucywyman Could you please confirm if it is the only thing needed to get the docker module working on linux mint.puppetlabs/puppetlabs-docker#519 .Thank you. |
@sheenaajay - also it needs to map apt release code to debian/ubuntu docker repo |
@luckyraul Thank you for the response. |
also link puppetlabs/facter#1845 |
Is this still an issue? |
I am trying to add facts to nodes.
I have a bunch of Linux Mint nodes, I want to provision them via
apply
For example - with docker,
Docker module does not support Linux Mint. So I want to add fact that these nodes are Ubuntu actually
How can I do this?
The text was updated successfully, but these errors were encountered: