Add pidentd to dispense manifest
authorMark Tearle <[email protected]>
Sat, 7 Feb 2015 03:51:26 +0000 (11:51 +0800)
committerMark Tearle <[email protected]>
Sat, 7 Feb 2015 03:51:26 +0000 (11:51 +0800)
Required to enable dispense server to function correctly

TODO
puppet/modules/opendispense2/manifests/init.pp

diff --git a/TODO b/TODO
index 40e81d1..3541bec 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,5 @@
 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)
index 5bd379a..baac24d 100644 (file)
@@ -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,

UCC git Repository :: git.ucc.asn.au