diff --git a/.puppet/cpp.pp b/.puppet/cpp.pp index 0e99f01..46ebd3b 100644 --- a/.puppet/cpp.pp +++ b/.puppet/cpp.pp @@ -8,3 +8,9 @@ package { $build_essential: ensure => "installed" } + +$other_makes = ["cmake"] +package { + $other_makes: + ensure => "installed" +}