]> xn--ix-yja.es Git - alex.git/commitdiff
Add moreutils to basic software
authoralex <alex@pdp7.net>
Wed, 30 Oct 2024 21:25:27 +0000 (22:25 +0100)
committeralexpdp7 <alex@corcoles.net>
Wed, 30 Oct 2024 21:26:10 +0000 (22:26 +0100)
personal_infra/puppet/modules/basic_software/manifests/init.pp

index 723f8a29a3bed5584db2ff9d3cdc587b61a96d10..583edbbca99b815fd8542717a3ae64c6288df740 100644 (file)
@@ -1,5 +1,5 @@
 class basic_software {
-  package {['less', 'mlocate', 'traceroute', 'nmap', 'tree', 'tar', 'screen', 'git', 'net-tools', 'pipx', 'rsync', 'bash-completion']:}
+  package {['less', 'mlocate', 'traceroute', 'nmap', 'tree', 'tar', 'screen', 'git', 'net-tools', 'pipx', 'rsync', 'bash-completion', 'moreutils']:}
 
   if($facts['os']['family'] == 'RedHat') {
     package {'which':}