aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/profile/manifests/tools.pp3
-rw-r--r--modules/role/manifests/cryptoportfolio.pp1
2 files changed, 4 insertions, 0 deletions
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 @@
1class profile::tools {
2 ensure_packages(['vim', 'bash-completion'])
3}
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 @@
1class role::cryptoportfolio { 1class role::cryptoportfolio {
2 include "base_installation" 2 include "base_installation"
3 3
4 include "profile::tools"
4 include "profile::postgresql" 5 include "profile::postgresql"
5 include "profile::apache" 6 include "profile::apache"
6 7