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

PuppetScripts now working? #513

Open
bdaase opened this issue Mar 25, 2019 · 6 comments
Open

PuppetScripts now working? #513

bdaase opened this issue Mar 25, 2019 · 6 comments
Labels
question Further information is requested

Comments

@bdaase
Copy link
Contributor

bdaase commented Mar 25, 2019

Do the PuppetScripts work now? Or do we have still blockers in the process? @mat156

@bdaase bdaase added the question Further information is requested label Mar 25, 2019
@mat156
Copy link
Collaborator

mat156 commented Apr 3, 2019

after adding user classfile is generated correctly but node file does not follow naming scheme:

node 'vm-pxetest-hartdev' {
  if defined( node_vm-pxetest-hartdev ) {
    class { node_vm-pxetest-hartdev: }
  }
}

@bdaase
Copy link
Contributor Author

bdaase commented Apr 3, 2019

So it should be:

node 'vm-pxetest-hartdev' {
  if defined( node_vm_pxetest_hartdev ) {
    class { node_vm_pxetest_hartdev: }
  }
}

?

@mat156
Copy link
Collaborator

mat156 commented Apr 3, 2019

this is correct.

@bdaase
Copy link
Contributor Author

bdaase commented Apr 3, 2019

@mat156 Alright. I pushed the fix just now, so it should be live in ~10 minutes.
Please check, if it works then.

@bdaase
Copy link
Contributor Author

bdaase commented Apr 3, 2019

@mat156 It's live!

@mat156
Copy link
Collaborator

mat156 commented Apr 3, 2019

works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants