From 8af3ea1e76efa88a52d089a4f6ac65a175f31369 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 19 Feb 2018 22:30:16 +0100 Subject: [PATCH] Add tools --- modules/profile/manifests/tools.pp | 3 +++ modules/role/manifests/cryptoportfolio.pp | 1 + 2 files changed, 4 insertions(+) create mode 100644 modules/profile/manifests/tools.pp 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" -- 2.41.0