Install lzip package to enable snackrom build process
[uccvend-vagrant.git] / puppet / modules / virtualcoke / manifests / init.pp
1 # == Class: virtualcoke
2 #
3 class virtualcoke {
4         package { 'python-pymodbus' :
5           ensure => present
6         }
7
8         package { 'python-twisted' :
9           ensure => present
10         }
11
12
13         vcsrepo { "/vagrant/code/virtualcoke":
14           ensure => present,
15           provider => git,
16           require => [ Package[ 'git' ] ],
17           source => "https://github.com/ucc/virtualcoke.git",
18           revision => 'master',
19         }
20 }

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