Install Dash via brew cask
5 6 7 8 9 10
# File 'manifests/init.pp', line 5 class dash ( ) { package { 'dash': provider => 'brewcask' } }