]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Add tools
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 19 Feb 2018 21:30:16 +0000 (22:30 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 20 Feb 2018 07:17:10 +0000 (08:17 +0100)
modules/profile/manifests/tools.pp [new file with mode: 0644]
modules/role/manifests/cryptoportfolio.pp

diff --git a/modules/profile/manifests/tools.pp b/modules/profile/manifests/tools.pp
new file mode 100644 (file)
index 0000000..52e3cea
--- /dev/null
@@ -0,0 +1,3 @@
+class profile::tools {
+  ensure_packages(['vim', 'bash-completion'])
+}
index 084419edba70087b68640f0dbdf445b58c781f8a..49ab57b669fe05ee646d0d914aab84001be2b9d8 100644 (file)
@@ -1,6 +1,7 @@
 class role::cryptoportfolio {
   include "base_installation"
 
+  include "profile::tools"
   include "profile::postgresql"
   include "profile::apache"