see if I can get travis to work
This commit is contained in:
12
assets/puppet/init.pp
Normal file
12
assets/puppet/init.pp
Normal file
@@ -0,0 +1,12 @@
|
||||
include apt
|
||||
class mono {
|
||||
package { "mono-devel" :
|
||||
ensure => "installed"
|
||||
}
|
||||
package { "mono-gmcs" :
|
||||
ensure => "installed"
|
||||
}
|
||||
package { "mono-vbnc" :
|
||||
ensure => "installed"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user