Update to add virtualcoke
[uccvend-vagrant.git] / puppet / modules / virtualcoke / manifests / init.pp
diff --git a/puppet/modules/virtualcoke/manifests/init.pp b/puppet/modules/virtualcoke/manifests/init.pp
new file mode 100644 (file)
index 0000000..ad8d224
--- /dev/null
@@ -0,0 +1,20 @@
+# == Class: virtualcoke
+#
+class virtualcoke {
+       package { 'python-pymodbus' :
+         ensure => present
+       }
+
+       package { 'python-twisted' :
+         ensure => present
+       }
+
+
+       vcsrepo { "/vagrant/code/virtualcoke":
+         ensure => present,
+         provider => git,
+         require => [ Package[ 'git' ] ],
+         source => "https://github.com/ucc/virtualcoke.git",
+         revision => 'master',
+       }
+}

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