From 70afba61f041544e235f0c7e6a8d6bbc0c89645c Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 22 Apr 2013 14:08:25 -0400 Subject: [PATCH] party --- .puppet/cpp.pp | 6 ++++++ 1 file changed, 6 insertions(+) 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" +}