From: Ismaƫl Bouya Date: Mon, 19 Feb 2018 21:30:16 +0000 (+0100) Subject: Add tools X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=8af3ea1e76efa88a52d089a4f6ac65a175f31369;p=perso%2FImmae%2FProjets%2FPuppet.git Add tools --- diff --git a/modules/profile/manifests/tools.pp b/modules/profile/manifests/tools.pp new file mode 100644 index 0000000..52e3cea --- /dev/null +++ b/modules/profile/manifests/tools.pp @@ -0,0 +1,3 @@ +class profile::tools { + ensure_packages(['vim', 'bash-completion']) +} diff --git a/modules/role/manifests/cryptoportfolio.pp b/modules/role/manifests/cryptoportfolio.pp index 084419e..49ab57b 100644 --- a/modules/role/manifests/cryptoportfolio.pp +++ b/modules/role/manifests/cryptoportfolio.pp @@ -1,6 +1,7 @@ class role::cryptoportfolio { include "base_installation" + include "profile::tools" include "profile::postgresql" include "profile::apache"