diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-19 22:30:16 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 08:17:10 +0100 |
commit | 8af3ea1e76efa88a52d089a4f6ac65a175f31369 (patch) | |
tree | 1f580e69ca259796b8a08243531d5dd6096d5c6c /modules/profile | |
parent | 2bb35074eef353f03b4373f695834c0be41609ad (diff) | |
download | Puppet-8af3ea1e76efa88a52d089a4f6ac65a175f31369.tar.gz Puppet-8af3ea1e76efa88a52d089a4f6ac65a175f31369.tar.zst Puppet-8af3ea1e76efa88a52d089a4f6ac65a175f31369.zip |
Add tools
Diffstat (limited to 'modules/profile')
-rw-r--r-- | modules/profile/manifests/tools.pp | 3 |
1 files changed, 3 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 @@ | |||
1 | class profile::tools { | ||
2 | ensure_packages(['vim', 'bash-completion']) | ||
3 | } | ||