summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/conf/manifests/init.pp1
-rw-r--r--modules/tozt/manifests/other_packages.pp1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/conf/manifests/init.pp b/modules/conf/manifests/init.pp
index c2fd587..816c835 100644
--- a/modules/conf/manifests/init.pp
+++ b/modules/conf/manifests/init.pp
@@ -11,6 +11,7 @@ define conf($user=$name, $home=undef) {
package => 'fancy-prompt',
user => $user,
ensure => installed,
+ require => Package["cmake"],
}
exec { "git clone doy/conf for $user":
diff --git a/modules/tozt/manifests/other_packages.pp b/modules/tozt/manifests/other_packages.pp
index 76bd902..774d60d 100644
--- a/modules/tozt/manifests/other_packages.pp
+++ b/modules/tozt/manifests/other_packages.pp
@@ -4,6 +4,7 @@ class tozt::other_packages {
"autoconf",
"automake",
"bc",
+ "cmake",
"cronie",
"exa",
"fortune-mod",