see if I can get travis to work

This commit is contained in:
Tommy Parnell
2015-06-17 15:08:38 -07:00
parent 67eea1ef16
commit 366cc829f2
9 changed files with 130 additions and 4 deletions

12
assets/puppet/init.pp Normal file
View File

@@ -0,0 +1,12 @@
include apt
class mono {
package { "mono-devel" :
ensure => "installed"
}
package { "mono-gmcs" :
ensure => "installed"
}
package { "mono-vbnc" :
ensure => "installed"
}
}