diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 15:54:25 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-21 15:32:21 +0100 |
commit | b3015828f95acd3f239ab7a614418918f21fb8d1 (patch) | |
tree | d4724a0c98342711f1e34462cee9eaf08da53a5a /modules/profile/manifests/tools.pp | |
parent | e17078be2c92c88e0fc8ecc88a626cdb99d0d09a (diff) | |
download | Puppet-b3015828f95acd3f239ab7a614418918f21fb8d1.tar.gz Puppet-b3015828f95acd3f239ab7a614418918f21fb8d1.tar.zst Puppet-b3015828f95acd3f239ab7a614418918f21fb8d1.zip |
Replication
Diffstat (limited to 'modules/profile/manifests/tools.pp')
-rw-r--r-- | modules/profile/manifests/tools.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/manifests/tools.pp b/modules/profile/manifests/tools.pp index 52e3cea..0b0ab46 100644 --- a/modules/profile/manifests/tools.pp +++ b/modules/profile/manifests/tools.pp | |||
@@ -1,3 +1,3 @@ | |||
1 | class profile::tools { | 1 | class profile::tools { |
2 | ensure_packages(['vim', 'bash-completion']) | 2 | ensure_packages(['vim', 'bash-completion', 'net-tools']) |
3 | } | 3 | } |