hpi-swt2/vm-portal

PuppetScripts now working?

Opened this issue · 6 comments

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

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: }
  }
}

So it should be:

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

?

this is correct.

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

@mat156 It's live!

works!