Puppet Class: spotify
- Defined in:
- manifests/init.pp
Overview
Class: spotify
Install Spotify with Boxen
5 6 7 8 9 10 |
# File 'manifests/init.pp', line 5
class spotify (
) {
package { 'spotify':
provider => 'brewcask'
}
}
|