Skip to content
Snippets Groups Projects
Commit 15f632a0 authored by Mark Tearle's avatar Mark Tearle
Browse files

Add pidentd to dispense manifest

Required to enable dispense server to function correctly
parent 52972ff9
Branches
Tags
No related merge requests found
Further things to do with uccvend-vagrant:
Add identd
Look at call back example for pymodbus to enable item below
Add virtualcoke (once written)
Install all software (dispense, VendServer)
......
......@@ -28,6 +28,11 @@ class opendispense2 {
package { 'libmodbus-dev':
ensure => present,
}
# Needed for dispense server to function correctly
package { 'pidentd':
ensure => present,
}
vcsrepo { "/vagrant/code/opendispense2":
ensure => present,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment