summaryrefslogtreecommitdiffstats
path: root/modules/conf
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/conf
parent2f7bc0a812ec762bf8389aba9ecc1424be61f0a7 (diff)
downloadpuppet-tozt-f2f7d1c57017057e84c7b5bbae61d944df7d1bd7.tar.gz
puppet-tozt-f2f7d1c57017057e84c7b5bbae61d944df7d1bd7.zip
fancy-prompt uses libgit2 which needs cmake
Diffstat (limited to 'modules/conf')
-rw-r--r--modules/conf/manifests/init.pp1
1 files changed, 1 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":