This commit is contained in:
Barak Michener 2013-04-22 14:08:25 -04:00
parent 7382ac4b41
commit 70afba61f0

View file

@ -8,3 +8,9 @@ package {
$build_essential:
ensure => "installed"
}
$other_makes = ["cmake"]
package {
$other_makes:
ensure => "installed"
}