summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-08 03:25:41 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-08 03:25:41 -0400
commitf2f7d1c57017057e84c7b5bbae61d944df7d1bd7 (patch)
treed9e9388c7683a5c7613dfd9d7b64a1eaf1feef40 /modules
parent2f7bc0a812ec762bf8389aba9ecc1424be61f0a7 (diff)
downloadpuppet-tozt-f2f7d1c57017057e84c7b5bbae61d944df7d1bd7.tar.gz
puppet-tozt-f2f7d1c57017057e84c7b5bbae61d944df7d1bd7.zip
fancy-prompt uses libgit2 which needs cmake
Diffstat (limited to 'modules')
-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",