mburns/paramount

View on GitHub
attributes/packages.rb

Summary

Maintainability
A
0 mins
Test Coverage
#
# Cookbook Name:: paramount
# Attributes:: packages
#
# Copyright 2015, Michael Burns
# License:: Apache License, Version 2.0
#

default['packages'] = %w(
  vim
  htop
  nmap
  unzip
  zip
  dos2unix
)