PuppetScripts now working?
bdaase opened this issue · 6 comments
bdaase commented
Do the PuppetScripts work now? Or do we have still blockers in the process? @mat156
mat156 commented
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 commented
So it should be:
node 'vm-pxetest-hartdev' {
if defined( node_vm_pxetest_hartdev ) {
class { node_vm_pxetest_hartdev: }
}
}
?
mat156 commented
this is correct.
bdaase commented
@mat156 Alright. I pushed the fix just now, so it should be live in ~10 minutes.
Please check, if it works then.
mat156 commented
works!